Mercurial > code > home > repos > homeauto
annotate service/mqtt_graph_bridge/readme @ 1373:f502b4d7f64c
release 0.6.0
Ignore-this: d68489fed902cda3823f8b8ed7d96893
darcs-hash:cf1c36110269f2adeeca31c635fa09559faae123
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Mon, 06 May 2019 00:03:35 -0700 |
parents | e3991af5bd39 |
children |
rev | line source |
---|---|
1178
e3991af5bd39
receive oneshot updates from reasoning; emit commands on MQTT to control H801 wifi dimmer
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
1 tail all changes: |
e3991af5bd39
receive oneshot updates from reasoning; emit commands on MQTT to control H801 wifi dimmer
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
2 mosquitto_sub -v -t 004BD965/\# |
e3991af5bd39
receive oneshot updates from reasoning; emit commands on MQTT to control H801 wifi dimmer
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
3 |
e3991af5bd39
receive oneshot updates from reasoning; emit commands on MQTT to control H801 wifi dimmer
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
4 bang(pts/8):~% mosquitto_pub -t 004BD965/w1/light/switch -m ON |
e3991af5bd39
receive oneshot updates from reasoning; emit commands on MQTT to control H801 wifi dimmer
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
5 bang(pts/8):~% mosquitto_pub -t 004BD965/w1/light/switch -m OFF |
e3991af5bd39
receive oneshot updates from reasoning; emit commands on MQTT to control H801 wifi dimmer
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
6 |
e3991af5bd39
receive oneshot updates from reasoning; emit commands on MQTT to control H801 wifi dimmer
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
7 |