Skip to content

Commit

Permalink
Merge pull request #199 from flashbacck/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
thanksmister authored Jul 1, 2020
2 parents d1b93f2 + 8b58217 commit 6ab785e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ temperature | unit, value | ```{"unit":"°C", "value":"24"}``` |

* Sensor values are constructed as JSON per the above table
* For MQTT
* WallPanel publishes all sensors to MQTT under ```[baseTopic]/sensor```
* WallPanel publishes all sensors to MQTT under ```[baseTopic]sensor```
* Each sensor publishes to a subtopic based on the type of sensor
* Example: ```wallpanel/mywallpanel/sensor/battery```
* Example: basetopic: ```wallpanel/mywallpanel/``` battery sensor data is published to: ```wallpanel/mywallpanel/sensor/battery```

#### Home Assistant Examples
```YAML
Expand Down Expand Up @@ -160,7 +160,7 @@ brightness | true/false | ```{"brightness":100}``` | Current brightness value of
* For REST
* GET the JSON from URL ```http://[mywallpanel]:2971/api/state```
* For MQTT
* WallPanel publishes state to topic ```[baseTopic]/state```
* WallPanel publishes state to topic ```[baseTopic]state```
* Default Topic: ```wallpanel/mywallpanel/state```

## MJPEG Video Streaming
Expand Down

0 comments on commit 6ab785e

Please sign in to comment.