You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running client.get_setup() with the cloud API on a Somfy TaHoma server, I get the first item "id": "SETUP-xxx-xxxx-xxxx"
which seems to be correct.
Running client.get_setup() with the local API on the Somfy local server, I get the first item "id": "_CountingAttr(counter=82, _default=None, repr=<function obfuscate_id at 0x7fff295e1580>, eq=True, order=True, hash=None, init=True, on_setattr=None, alias=None, metadata={})"
making the response difficult to exploit as a Json string.
I suspect this behavior not as expected ?
Could you please advise .
Thanks
The text was updated successfully, but these errors were encountered:
Running client.get_setup() with the cloud API on a Somfy TaHoma server, I get the first item
"id": "SETUP-xxx-xxxx-xxxx"
which seems to be correct.
Running client.get_setup() with the local API on the Somfy local server, I get the first item
"id": "_CountingAttr(counter=82, _default=None, repr=<function obfuscate_id at 0x7fff295e1580>, eq=True, order=True, hash=None, init=True, on_setattr=None, alias=None, metadata={})"
making the response difficult to exploit as a Json string.
I suspect this behavior not as expected ?
Could you please advise .
Thanks
The text was updated successfully, but these errors were encountered: