Added chromecast to apps list

This commit is contained in:
Christian Martinsson 2020-11-15 18:50:32 +01:00
parent b44778d479
commit f88921fe83

View File

@ -3,7 +3,7 @@ import requests
import sys import sys
import os import os
apps = {"broadlink": "68", "zwave": "60", "huee": "62", "webapp": "59", "yeelight": "87", "octoprint": "99", "history": "102", "webapi": "104"} apps = {"broadlink": "68", "zwave": "60", "huee": "62", "webapp": "59", "yeelight": "87", "octoprint": "99", "history": "102", "webapi": "104", "chromecast": "148"}
headers = {"PRIVATE-TOKEN": sys.argv[1]} headers = {"PRIVATE-TOKEN": sys.argv[1]}
def get_data(id_number): def get_data(id_number):