Added Yeelight to app modules
This commit is contained in:
parent
e5cc548252
commit
0b4d2ea479
@ -3,7 +3,7 @@ import requests
|
|||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
|
|
||||||
apps = {"broadlink": "68", "zwave": "60", "huee": "62", "webapp": "59"}
|
apps = {"broadlink": "68", "zwave": "60", "huee": "62", "webapp": "59", "yeelight": "87"}
|
||||||
headers = {"PRIVATE-TOKEN": sys.argv[1]}
|
headers = {"PRIVATE-TOKEN": sys.argv[1]}
|
||||||
|
|
||||||
def get_data(id_number):
|
def get_data(id_number):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user