184
edits
(→Time: Layout) |
(→Specific services and channels: + Lights) |
||
| Line 194: | Line 194: | ||
* Trigger notification | * Trigger notification | ||
** PUT http://localhost:3000/api/v1/channels/set {"select": {"id": "setter:notify.webpush@link.mozilla.org"}, "value": {"Json": {"resource":"res1","message":"push_message_data"}}} | ** PUT http://localhost:3000/api/v1/channels/set {"select": {"id": "setter:notify.webpush@link.mozilla.org"}, "value": {"Json": {"resource":"res1","message":"push_message_data"}}} | ||
== Lights == | |||
Turn on the lights | |||
PUT http://localhost:3000/api/v1/channels/set {"select": {"kind": "LightOn"}, "value": { "OnOff": "On" } } | |||
edits