data: add current surface maps and profiles
This commit is contained in:
16
data/profiles/cyberplague.json
Normal file
16
data/profiles/cyberplague.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"version": 1,
|
||||
"tasks": [
|
||||
"Renderer",
|
||||
"SerialInput",
|
||||
"BPM",
|
||||
"Bluetooth"
|
||||
],
|
||||
"scenes": {
|
||||
"Idle": ["Solid", "MPU5060", "Pulse", "IdleColors", "CircadianRhythm"],
|
||||
"Acid": ["Chimes", "Pulse", "MPU5060", "IdleColors", "Rainbow"],
|
||||
"Flashlight": ["Flashlight"]
|
||||
},
|
||||
"surfaceMap": "cyberplague"
|
||||
}
|
||||
|
15
data/profiles/default.json
Normal file
15
data/profiles/default.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"version": 1,
|
||||
"tasks": [
|
||||
"Renderer",
|
||||
"MQTT",
|
||||
"WiFi",
|
||||
"ArduinoOTA",
|
||||
"UpdateStatusAnimation"
|
||||
],
|
||||
"scenes": {
|
||||
"Idle": ["Solid", "MPU5060", "Pulse", "IdleColors", "CircadianRhythm"],
|
||||
"Flashlight": ["Flashlight"]
|
||||
}
|
||||
"surfaceMap": "default"
|
||||
}
|
17
data/profiles/home-lighting.json
Normal file
17
data/profiles/home-lighting.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"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"
|
||||
}
|
Reference in New Issue
Block a user