Closed niels9001 closed 7 years ago
Setting CheckForUpdate results in an error:
` BridgeConfigUpdate CheckForUpdate = new BridgeConfigUpdate() { SoftwareUpdate = new SoftwareUpdate() { CheckForUpdate = true } };
HueResults x = await Client.UpdateBridgeConfigAsync(CheckForUpdate);`
=
{"swupdate":{"updatestate":0,"notify":false,"checkforupdate":true},"touchlink":false}
Result:
[{"error":{"type":7,"address":"/config/updatestate","description":"invalid value, 0,, for parameter, updatestate"}},{"error":{"type":7,"address":"/config/swupdate/notify","description":"invalid value, false, for parameter, notify"}},{"success":{"/config/swupdate/checkforupdate":true}},{"error":{"type":7,"address":"/config/touchlink","description":"invalid value, false, for parameter, touchlink"}}]
Should be fixed now in version 3.2.6
Setting CheckForUpdate results in an error:
` BridgeConfigUpdate CheckForUpdate = new BridgeConfigUpdate() { SoftwareUpdate = new SoftwareUpdate() { CheckForUpdate = true } };
=
Result: