Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs authored Dec 10, 2024
1 parent e9cb980 commit 7d5b830
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,14 @@ Select option in [SensorTransmitter.h](SensorTransmitter.h).

## Serial Port Control

**Note:** No additional spaces are allowed in commands! (But spaces are permitted in JSON strings.)
> [!NOTE]
> No additional spaces are allowed in commands! (But spaces are permitted in JSON strings.)
| Command | Examples | Description |
| ----------------------- | --------------------------------------------- | --------------------- |
| `{...}` | see above | Set JSON message data |
| `enc[oder]=<encoder>` | `enc=bresser-5in1`<br>`enc=bresser-6in1`<br>`enc=bresser-7in1`<br>`enc=bresser-lightning`<br>`enc=bresser-leakage` | Select encoder |
| `int[erval]=<interval>` | `int=20` | Set transmit interval in seconds<br>(must be > 10) |

> [!NOTE]
> To allow reception by an original weather station console, it might be required to set the transmit interval to the value used by the specific type of sensor which is emulated.

0 comments on commit 7d5b830

Please # to comment.