Ich bin jetzt nochmal alles durch gegangen. mir kommt es so vor, dass die sleep funktion nicht funktioniert. wenn ich die action ausführe wird sofort das licht langsam ausgeschaltet, dass funktioniert. aber die sleep funktion reagiert nicht. hier nochmal wie ich die .cvaction geschrieben habe und weiter unten dann das bild.
I've now gone through everything again. It seems to me that the sleep function doesn't work. When I carry out the action, the light is immediately switched off slowly, which works. but the sleep function doesn't respond. Here again how I wrote the .cvaction and then the picture below.
# Philips Hue: Licht ein
sleep://180000
http://192.168.178.33/api/wsltUbHQbdnDhDEidaNJQg2s85Nv9OldLPE6TYeT/groups/Wand/action
PUT: { "on": true }
# Philips Hue: Licht ausschalten
http://192.168.178.33/api/wsltUbHQbdnDhDEidaNJQg2s85Nv9OldLPE6TYeT/groups/Wand/action
PUT: { "on": false, "transitiontime": 500 }