This object is in archive! 

Newbie API problems with scheduler

dl shared this question 9 years ago
Need Answer

Hi, Im trying to create an app to modify the schedules from my car heater so I can do it easily from the phone or any device.


A get of the schedules gives me this.


{

"className" : null,

"tags" : null,

"astroWeather" : "",

"activeUntil" : null,

"astro" : "SUNRISE",

"order" : null,

"repeatInterval" : 1,

"name" : "Start Kupevärmare",

"uuid" : "Very long UUID",

"astroOffset" : null,

"cronExpression" : "0 0 18 ? * 1,2,3,4,5,6,7 *",

"repeatUnit" : "WEEKLY",

"activeFrom" : "2014-11-18T17:00:00Z"

}

I tried du just copy paste the above and do put with nothing changed. (to change something gives the same) But I get the following reply

{

"success": false,

"errors": [

"need astroWeather with astro"

]

}

Could someone please explain? :)

Leave a Comment
 
Attach a file