Update get_app_data.py

This commit is contained in:
Christoffer Martinsson 2019-07-09 13:19:15 +00:00
parent 932a1873c6
commit 7e7f8ffaae

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"}
apps = {"broadlink": "68", "zwave": "60", "huee": "62", "webapp": "59", "yeelight": "87", "octoprint": "99", "history": "102"}
headers = {"PRIVATE-TOKEN": sys.argv[1]}
def get_data(id_number):