Open CFenner opened 1 year ago
Looks like this is eve not working via Postman.
https://api.viessmann.com/iot/v2/features/installations/{{installationID}}/gateways/{{gatewaySerial}}/devices/{{deviceId}}/features?skipDisabled=true returns only enabled features (via Postman)
Ok, good to know. I used https://api.viessmann.com/iot/v1/equipment/installations/{{installation}}/gateways/{{gateway}}/devices/{{device}}/features/?skipDisabled=true
with no effect.
It would be nice if
dump_secure
would only log out enabled features for a better overview. There is the ability to provide askipDisabled
flag to the/features
API.