23 lines
385 B
JSON
23 lines
385 B
JSON
{
|
|
"version": 1,
|
|
"tasks": [
|
|
"Bluetooth",
|
|
"Renderer",
|
|
"WiFi",
|
|
"MQTT",
|
|
"ArduinoOTA",
|
|
"UpdateStatusAnimation",
|
|
"Serial",
|
|
"U8Display"
|
|
],
|
|
"scenes": {
|
|
"Idle": ["Solid", "Rainbow", "CircadianRhythm"],
|
|
"Acid": ["Chimes", "Rainbow"],
|
|
"Flashlight": ["Flashlight"]
|
|
},
|
|
"surfaceMap": "default",
|
|
"defaults": {
|
|
"mqtt.ip": "10.0.0.2"
|
|
}
|
|
}
|