Changes to Jooki command codes

This commit is contained in:
Akif Dinc 2021-02-16 20:55:48 +01:00
commit 5c385e8f2f

View file

@ -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"},