Edit get_app_data.py

This commit is contained in:
Christoffer Martinsson 2025-03-30 13:26:52 +02:00
parent 8e814717d1
commit 435e71b4a7

View File

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