@Waaren,
Thank for you help but it's not a uservariable.
I do a :
http://ip:port/json.htm?type=devices&rid=58
Code: Select all
{
"ActTime" : 1537523460,
....
"result" : [
{
"AddjMulti" : 1.0,
"AddjMulti2" : 1.0,
"AddjValue" : 0.0,
"AddjValue2" : 0.0,
"BatteryLevel" : 255,
"CustomImage" : 0,
"Data" : "18.7 C",
"Description" : "",
"Favorite" : 0,
[b] "HaveTimeout" : true,[/b]
"ID" : "1401",
"LastUpdate" : "2018-09-20 22:11:44",
"Name" : "Temperature Eau",
"Notifications" : "false",
"PlanID" : "0",
"PlanIDs" : [ 0 ],
"Protected" : false,
"ShowNotifications" : true,
"SignalLevel" : "-",
"idx" : "58"
}
],
"status" : "OK",
"title" : "Devices"
}
I want to update the parameter : HaveTimeout.
I try multiple combination and always error here one test I try:
http://ip:port/json.htm?type=command¶m=udevice&idx=$58&nvalue=HaveTimeout&dvalue=false
My device work good but blinking red beacause HaveTimeout is true and I want to correct this.
Thx