Added Octoprint to apps

This commit is contained in:
Christian Martinsson 2019-05-24 22:14:39 +00:00
parent b2469f51f7
commit e62abedc4e

View File

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