
circuit should be an integer between 500 and 600 corresponding to the circuit you wish to modify, state should be 1 (on) or 0 (off) PUT methods Circuit activate/deactivate Endpoint Return the raw data from the library, bypassing any data massaging or interpreting that the api is doing This is suitable for use by a Front End UI


Return all data about the screenlogic device (that I can currently get via Parnic's library) This is especially useful in a situation where the broadcast address on the network that the screenlogic unit is attached to is unreachable, such as if running this in a docker container. Important: if you specify SL_IP_ADDRESS and SL_PORT, the server will not broadcast for a screenlogic device on the network, it will attempt to connect to your screenlogic at the IP Address and port specified. FEATURES_LOCATION : (Optional) Section you would like to see anything you've defined as showing up in the "Features" section in the ScreenLogic app.SL_NAME : (Optional) Name of your ScreenLogic unit.SL_PORT : Port your Screenlogic device is listening on.SL_IP_ADDRESS : IP Address of your screenlogic device.PORT : Specify what port for the express server to listen on.POLL_INTERVAL : How often to poll the backend screenlogic device.

