Skip to content

Commit

Permalink
Update README with inforamtion about new Gateway parameter (theolin…
Browse files Browse the repository at this point in the history
  • Loading branch information
gorbunovav committed May 31, 2021
1 parent 1fbd0a4 commit 33deb7d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ GATEWAY.start_persistence()

Set the keyword argument `protocol_version` to set which version of the MySensors serial API to use. The default value is `'1.4'`. Set the `protocol_version` to the version you're using.

### Echo(ACK) default value for `Set` requests

Set the keyword argument `use_ack_when_set_values` to `True` (default `False`) if you want `ack` flag to be enabled for `Set` requests. Primary required to control this flag during smart sleep nodes update.

### Serial gateway

The serial gateway also supports setting the baud rate, read timeout and reconnect timeout.
Expand Down

0 comments on commit 33deb7d

Please sign in to comment.