sfalvey
sfalvey
Looks like the activation process has got a little less obfuscated. To fix: Remove the following lines.... data = unquote(qr_url.split('=')[1]) hostb64 = data.split('-')[1] host = base64.b64decode(hostb64 + '='*(-len(hostb64) % 4))...
I have 24 devices configured using commands. I have optimised my code so that they return in < 1second providing the status of the device being controlled. This means that...
If I have a script that takes a numeric value as a parameter 0-255 such as for a dimmer switch or fan controller, is it possible to get this parameter...