Skip to content

Commit 29e2641

Browse files
authored
Update README.md
1 parent c611658 commit 29e2641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Example JSON published to MQTT topic:
3434
```
3535
{"timestamp":"20201206025836","mac-address":"A4:D4:38:25:BD:61","rssi":-69,"temperature":64.4,"units":"F","temperature-celsius":18.0,"humidity":44.0,"battery-pct":93,"sensor-name":"","location":"H5072 Kitchen","sensor-type":"3"}
3636
```
37-
At the top of each hour the program will publish a count of the total number of advertising packets seen for each sensor in the prior hour. This is useful to check the bluetooth frequency reception for each sensor as well as the quality and frequency of readings for each sensor type. The sub topic for this is:
37+
At the top of each hour the program will publish a count of the total number of advertising packets seen for each sensor in the prior hour to MQTT. This is useful to check the bluetooth frequency reception for each sensor as well as the quality and frequency of readings for each sensor type. The sub topic for this is:
3838
```
3939
$SYS/hour-stats
4040
```

0 commit comments

Comments
 (0)