MQTT Publish command types
Posted: Friday 28 September 2018 14:20
Hi,
Does anyone know where i can find an overview of the command types i.e "switchlight" used in MQTT publish ?
{"command": "switchlight", "idx": 2450, "switchcmd": "On" }
{"command": "setcolbrightnessvalue", "idx": 2450, "color": {"m":3,"t":0,"r":0,"g":0,"b":50,"cw":0,"ww":0}, "brightness": 40}
{"command": "switchscene", "idx": 24, "switchcmd": "On" }
{"command": "switchscene", "idx": 24, "switchcmd": "Toggle" }
{"command": "sendnotification", "subject": "My Subject", "body": "My Body", "priority": 0, "sound": "mysound" }
thanks
Peter
Does anyone know where i can find an overview of the command types i.e "switchlight" used in MQTT publish ?
{"command": "switchlight", "idx": 2450, "switchcmd": "On" }
{"command": "setcolbrightnessvalue", "idx": 2450, "color": {"m":3,"t":0,"r":0,"g":0,"b":50,"cw":0,"ww":0}, "brightness": 40}
{"command": "switchscene", "idx": 24, "switchcmd": "On" }
{"command": "switchscene", "idx": 24, "switchcmd": "Toggle" }
{"command": "sendnotification", "subject": "My Subject", "body": "My Body", "priority": 0, "sound": "mysound" }
thanks
Peter