Inactive
Details
Details
Assignee
Jan-Simon Moeller
Jan-Simon MoellerReporter
Shilpa John
Shilpa JohnHardware Platform(s) Affected
NXP i.MX8
Components
Affects versions
Priority
Created May 12, 2023 at 9:49 AM
Updated September 15, 2023 at 2:11 PM
Resolved September 6, 2023 at 10:17 AM
Hello I was trying to change the default value for left temperature being shown in HVAC application in AGL demo image using afb-client demo. But it is not getting reflected in UI but through command its getting reflected. Is there any additional step to be done for the value change to be seen in UI. In general how do we control or change the default values shown in UI .Below shows the command that I have given:
imx8mqevk:~# afb-client-demo -H ws://localhost:30032/api?token=x hvac set '{"LeftTemperature":45}'
ON-REPLY 1:hvac/set: OK
{
"jtype":"afb-reply",
"request":
{ "status":"success", "info":"No changes" }
}
imx8mqevk:~# afb-client-demo -H ws://localhost:30032/api?token=x hvac get
ON-REPLY 1:hvac/get: OK
{
"response":
{ "LeftTemperature":45, "RightTemperature":21, "FanSpeed":0 }
,
"jtype":"afb-reply",
"request":
{ "status":"success" }
}