renderbug/data/profiles/home-lighting.json

23 lines
385 B
JSON
Raw Normal View History

{
"version": 1,
"tasks": [
"Bluetooth",
"Renderer",
"WiFi",
"MQTT",
"ArduinoOTA",
2023-12-11 07:09:46 +00:00
"UpdateStatusAnimation",
2023-12-26 10:29:49 +00:00
"Serial",
"U8Display"
],
"scenes": {
2023-12-26 10:29:49 +00:00
"Idle": ["Solid", "Rainbow", "CircadianRhythm"],
"Acid": ["Chimes", "Rainbow"],
"Flashlight": ["Flashlight"]
},
"surfaceMap": "default",
"defaults": {
"mqtt.ip": "10.0.0.2"
}
}