Hi
I would like update the channels in the device table. I created a restservice and this is working in test if i put manually a deviceid.
How can i invoke with device ready event? I would like add value to channel per device.
Hi
I would like update the channels in the device table. I created a restservice and this is working in test if i put manually a deviceid.
How can i invoke with device ready event? I would like add value to channel per device.
if i link to button click event then working ...
Hello Istvan,
You are right, it might not work on the device ready event. The app needs some time to read deviceID, so you can add some timeout to call updateDevice service: https://developer.mozilla.org/en/docs...
Istvan, I have been trying to create a REST service to update the channels but have not succeeded. Is it possible for you to post the instructions on how you set it up? Thanks.
Ctreate a rest service base on documentation and forum ... start the service with a button event,
The device ready dosnt work for me at all