profiles: ponderjar: disable bpm, bluetooth, add more scenes
This commit is contained in:
parent
e436c9aaa3
commit
b7495404b8
@ -1,25 +1,32 @@
|
||||
{
|
||||
"version": 1,
|
||||
"tasks": [
|
||||
"Bluetooth",
|
||||
"WiFi",
|
||||
"Renderer",
|
||||
"Power",
|
||||
"BPM",
|
||||
"MQTT",
|
||||
"ArduinoOTA",
|
||||
"UpdateStatusAnimation",
|
||||
"Serial"
|
||||
"Serial",
|
||||
"Weather",
|
||||
"CircadianRhythm"
|
||||
],
|
||||
"scenes": {
|
||||
"Rain": ["Rain", "Rainbow"],
|
||||
"Clear": ["Solid", "Rainbow"],
|
||||
"Rain": ["Rain"],
|
||||
"Drizzle": ["Rain"],
|
||||
"Mist": ["Rain"],
|
||||
"Snow": ["Solid"],
|
||||
"UnknownWeather": ["Solid", "IdleColors"],
|
||||
"Test": ["Test"],
|
||||
"Idle": ["Solid", "Pulse", "Rainbow", "CircadianRhythm"],
|
||||
"Acid": ["Chimes", "Pulse", "IdleColors", "Rainbow"],
|
||||
"Idle": ["Solid", "Rainbow"],
|
||||
"Acid": ["Chimes", "IdleColors", "Rainbow"],
|
||||
"Flashlight": ["Flashlight"]
|
||||
},
|
||||
"surfaceMap": "ponder",
|
||||
"defaults": {
|
||||
"mqtt.ip": "10.0.0.2"
|
||||
"mqtt.ip": "10.0.0.2",
|
||||
"power.volts": 0,
|
||||
"power.milliamps": 0
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user