Hello
I’m testing the assetData example as I need to send commands to my mangoh red system running legato 17.11 on the wp8548.
I follow this tutorial and request data works (but there is a typo) se below:
Supposed to be “assetData.home1.room1.AC.IsACOn”
“apply setting” works fine but “send command” has a small bug:
It sends the command to the mangoh and the asset data is found but the airvantage page reads “in progress” and blocks new commands etc. until it is aborted manually.
Now I try to implement this in my own app with two processes running but I get:
“Server attempts to execute a command but the asset data doesn’t exist”.
Do I replace assetData with the name of my app or my process or do they have to be the same?