Skip to content

Commit

Permalink
[SOMFY] fix frequency in documentation (#1898)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnowack committed Feb 14, 2024
1 parent 7a3fae6 commit 91b7d53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/use/actuators.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ The frequency key is optional, if not set the gateway will use the default frequ

Send PROG command with remote 0:

`mosquitto_pub -t home/OpenMQTTGateway_Somfy/commands/MQTTtoSomfy -m '{"remote":0,"command":"Prog","frequency":433.92}'`
`mosquitto_pub -t home/OpenMQTTGateway_Somfy/commands/MQTTtoSomfy -m '{"remote":0,"command":"Prog","frequency":433.42}'`

Send Up command with remote 1:

`mosquitto_pub -t home/OpenMQTTGateway_Somfy/commands/MQTTtoSomfy -m '{"remote":1,"command":"Up","frequency":433.92}'`
`mosquitto_pub -t home/OpenMQTTGateway_Somfy/commands/MQTTtoSomfy -m '{"remote":1,"command":"Up","frequency":433.42}'`

0 comments on commit 91b7d53

Please sign in to comment.