Skip to content

Commit

Permalink
Update README to correct information about read requests.
Browse files Browse the repository at this point in the history
The documentation appeared to state that you won't get a notification
if a setting on com.victronenergy.settings changes. You will always
get a notification, the point is simply that some items don't change
often and therefore you may have to request them.
  • Loading branch information
izak committed Oct 25, 2018
1 parent d798b03 commit db8f520
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -103,9 +103,9 @@ The script will reply with this message (make sure you subscribe to it):
Topic: N/e0ff50a097c0/pvinverter/20/Ac/Power
Payload: {"value": 926}

Normally you do not need to use read requests, because most values are published automatically. There are
some exceptions however. Most important are the settings (com.victronenergy.settings on the D-Bus). If you
want to retrieve a setting you have to use a read request.
Normally you do not need to use read requests, because most values are published automatically as they
change. For values that don't change often, most notably settings (com.victronenergy.settings on D-Bus),
you will have to use a read request to retrieve the current value.

Keep-alive
----------
Expand Down

0 comments on commit db8f520

Please sign in to comment.