diff --git a/client/src/cmdhfjooki.c b/client/src/cmdhfjooki.c index 5144a90a7..d31218b08 100644 --- a/client/src/cmdhfjooki.c +++ b/client/src/cmdhfjooki.c @@ -67,7 +67,7 @@ jooki_figure_t jooks_figures[] = { {0x01, 0x0C, "White Knight", "Figurine"}, {0x01, 0x0D, "White Whale", "Figurine"}, - {0x02, 0x01, "Generic Flat", "Stone"}, + {0x02, 0x00, "Generic Flat", "Stone"}, {0x03, 0x00, "record", "Sys"}, {0x03, 0x01, "factory_mode_on", "Sys"}, @@ -77,9 +77,10 @@ jooki_figure_t jooks_figures[] = { {0x03, 0x05, "toy_safe_on", "Sys"}, {0x03, 0x06, "toy_safe_off", "Sys"}, {0x03, 0x07, "wifi_on", "Sys"}, - {0x03, 0x08, "bt_on", "Sys"}, - {0x03, 0x0a, "bt_off", "Sys"}, - {0x03, 0x0b, "production_finished", "Sys"}, + {0x03, 0x08, "wifi_off", "Sys"}, + {0x03, 0x09, "bt_on", "Sys"}, + {0x03, 0x0A, "bt_off", "Sys"}, + {0x03, 0x0B, "production_finished", "Sys"}, {0x04, 0x00, "test.0", "Test"}, {0x04, 0x01, "test.1", "Test"},