Gateway Public MQTT APIV2VariablesOn this pageVariablesSet Sets variable value. Pub-Topic: variables/v1/set/{variable-name} Input: { "value": "30"} Get Receives notification on variable's value changes. Sub-Topic: variables/v1/get/{variable-name} Output: { "timestamp": 1602699378, "value": "30"}