HELP - [Kura Driver] Sequence of methods called by a Driver once Refresh button is pressed #5305
-
Hi, I'm developing a Kura Driver which uses new BLE APIs. I've been able to develop a (beta) working version of the driver, being able to scan for the device, read its sensor data and parse the bytes to get the sensor values, as you can see below. I would like to know, what is the sequence of the methods that are called by a Driver once the button Refresh is pressed, because sometimes I'm getting strange behavior of the driver. Many thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
Hi, the Refresh button triggers a read of all the available channels in the Asset. So, it calls the |
Beta Was this translation helpful? Give feedback.
-
Closing this as "answered". Feel free to reopen this if needed. |
Beta Was this translation helpful? Give feedback.
Hi,
the Refresh button triggers a read of all the available channels in the Asset. So, it calls the
BaseAsset.readAllChannels
method here.