Skip to content

Commit

Permalink
chore: update sample config
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanleo committed Dec 28, 2019
1 parent b8dcde6 commit c163e5c
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions config.sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,26 @@
"default_power_on": true,
"default_speed": 30,
"power": {
"on_url": "",
"off_url": ""
"on": {
"topic": "some-topic",
"payload": "yay!"
},
"off": {
"topic": "some-topic",
"payload": "yay!"
}
},
"speeds": [
{
"speed": 90,
"url": ""
"topic": "some-topic",
"payload": "yay!"

},
{
"speed": 10,
"url": ""
"topic": "some-topic",
"payload": "yay!"
}
]
}
Expand Down

0 comments on commit c163e5c

Please sign in to comment.