Sensor Information Extraction
An API for extracting and presenting Sensor information.
Prerequisites
The feature is enabled by adding the following app configuration and setting it to True (Default: False).
How To Use
- Ensure that the feature configuration is set to True.
- Navigate to any URL where the Sensor is enabled in the browser.
- In the developer tools, open the console tab.
- Run this code.
window['_hcd_details'] && window['_hcd_details']();
- Normally, the code prints a table with all the information mentioned in the details section. However, if the response is “false”, this means that the Sensor has not been started.