Quickstart
Quickstart
Obtain an access token
Obtain your hardware ID
Installation
And now, to the code!
Initialization of devices
from huskoll import Huskoll
TOKEN = "YOUR_TOKEN_HERE" #Replace this with your token
HARDWARE_ID = "YOUR_HARDWARE_ID_HERE" #Replace this with the hardware ID of the device you wish to control
device = Huskoll.Device(token=TOKEN, hardware_id=HARDWARE_ID) #Create an object to work with the device. You can create as many of these as you want for multiple devices.Basic functions, executed one-by-one
Update multiple parameters at once
Get device status
Last updated