Update pages/04.applications/10.docs/domoticz/app_domoticz.fr.md

Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
This commit is contained in:
pp-r 2022-10-03 16:31:11 +02:00 committed by GitHub
parent 194e0b234b
commit 4175048d77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,7 @@ Ces deux programmes ne supportent pas le protocole websocket mais uniquement le
mosquitto_pub -u *user* -P *password* -h mqtt.your.domain.tld -p 1883 -t 'domoticz/in' -m '{ "idx" : 1, "nvalue" : 0, "svalue" : "25.0" }'
De la même manière:c
De la même manière :
mosquitto_sub -u *user* -P *password* -h mqtt.your.domain.tld -p 1883 -t 'domoticz/out'