Added MQTT support

This commit is contained in:
Rahul
2020-03-11 17:50:04 +05:30
parent f7e71100f0
commit 7345cc9943
5 changed files with 284 additions and 6 deletions

View File

@@ -276,4 +276,9 @@ export default {
notes: "Notes",
socketio: "Socket.IO",
event_name: "Event Name",
mqtt_topic: "Topic",
mqtt_topic_title: "Publish / Subscribe topic",
mqtt_publish: "Publish",
mqtt_subscribe: "Subscribe",
mqtt_unsubscribe: "Unsubscribe",
}