This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import requests, pprint | |
# ***** use must have the deconz app or service running for this to work ****** | |
# this was test using a ConBee II on windows and raspberry pi | |
# - to install the deconz app follow these instructions: https://phoscon.de/en/conbee2/install | |
# - on windows: from start menu run the 'deCONZ app' - it defaults to port 80 | |
# - on pi from app on cmd line w/ ui: > /usr/bin/deCONZ --http-port=8080 | |
runThisApi = 0 |