PhilipsHue / PhilipsHueSDK-Java-MultiPlatform-Android

The Software Development Kit for Philips Hue Java Mulfi-Platform and Android (beta)
273 stars 214 forks source link

autoDelete flag is sent for recurring schedules #34

Open jondoe1337 opened 7 years ago

jondoe1337 commented 7 years ago

Although the flag is as said by the doc not used by the recurring schedules, the flag is sent with the updateSchedule Command which produces an error:

code=6;message=parameter, autodelete, not available

Bridge version is: 01036659 SDK -> Master

Marcel-Malus commented 7 years ago

Can confirm that behavior. @Dev-Team: please fix :)

The only workaround I see currently, is to get all the settings from the schedule you want to update, delete it and create a new one with old settings + updated settings.