Skip to content

Commit

Permalink
Merge pull request #18 from rgabo74/patch-1
Browse files Browse the repository at this point in the history
Sending is working with W parameter, not WRITE
  • Loading branch information
Iture authored Feb 18, 2021
2 parents 68605d9 + ffbc3fa commit b0b8f7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ like this, you only have to read the command message to use with devices with tw
`/data/RFLINK/NewKaku/0201e3fa/2/READ/CMD ON`

Every change should be published to topic:
`[mqtt_prefix]/[device_type]/[device_id]/WRITE/[switch_ID]`
`[mqtt_prefix]/[device_type]/[device_id]/W/[switch_ID]`

`/data/RFLINK/TriState/8556a8/WRITE/1 ON`
`/data/RFLINK/TriState/8556a8/W/1 ON`



Expand Down

0 comments on commit b0b8f7d

Please sign in to comment.