renderbug/data/profiles/home-lighting.json
Torrie Fischer 9a36831658
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
config: implement reading app-specific configs from profile
2023-02-18 18:45:34 +01:00

21 lines
411 B
JSON

{
"version": 1,
"tasks": [
"Bluetooth",
"Renderer",
"WiFi",
"MQTT",
"ArduinoOTA",
"UpdateStatusAnimation"
],
"scenes": {
"Idle": ["Solid", "MPU5060", "Pulse", "IdleColors", "CircadianRhythm"],
"Acid": ["Chimes", "Pulse", "MPU5060", "IdleColors", "Rainbow"],
"Flashlight": ["Flashlight"]
},
"surfaceMap": "default",
"defaults": {
"mqtt.ip": "10.0.0.2"
}
}