Added mqtt
This commit is contained in:
parent
f88921fe83
commit
5b55e4bb48
@ -3,7 +3,7 @@ import requests
|
||||
import sys
|
||||
import os
|
||||
|
||||
apps = {"broadlink": "68", "zwave": "60", "huee": "62", "webapp": "59", "yeelight": "87", "octoprint": "99", "history": "102", "webapi": "104", "chromecast": "148"}
|
||||
apps = {"broadlink": "68", "zwave": "60", "huee": "62", "webapp": "59", "yeelight": "87", "octoprint": "99", "history": "102", "webapi": "104", "chromecast": "148", "mqtt": 152}
|
||||
headers = {"PRIVATE-TOKEN": sys.argv[1]}
|
||||
|
||||
def get_data(id_number):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user