automation wip

This commit is contained in:
Chris Ham
2018-09-13 15:51:30 -07:00
parent bd93260e21
commit 950ad92364
6 changed files with 339 additions and 44 deletions

View File

@@ -25,7 +25,30 @@
"websocket": {
"address": "192.168.0.111:4444",
"password": "goodnewseveryone"
}
},
"availablePlaylists": [
{
"sceneItem": "ttas-segments",
"activity": "TTAS Segments !ttas",
"chatName": "TTAS Segments"
},
{
"sceneItem": "room-grind",
"activity": "TTAS Room Grind !ttas",
"chatName": "TTAS Room Grind"
},
{
"sceneItem": "gold-segments",
"activity": "Any% NMG Gold Segments",
"chatName": "NMG Golds"
},
{
"sceneItem": "personal-bests",
"activity": "Past Personal Bests",
"chatName": "Personal Bests"
}
],
"defaultPlaylist": "room-grind"
},
"debug": false
}