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