- Print
- DarkLight
- PDF
Description
The iot object provides a way for scripts to read available measurements that have come from the Internet of Things (IoT), such as medical devices.
Dr. Know supports a growing library of algorithms that can be used to capture IoT device measurements. These algorithms are administratively configured to capture measurements at an appropriate time. Contact your administrator or a Dr. Know support engineer for assistance with this configuration.
Once measurements are captured, they are accessible to your apps via the iot object.
Properties
Below is a list of properties supported by this object.
Name | Description | UWP | Web | Avatars |
---|---|---|---|---|
--- | --- | --- | --- | --- |
Functions
Below is a list of functions supported by this object.
Name | Description | UWP | Web | Avatars |
---|---|---|---|---|
iot.ready | Returns whether or not measurement values are available | Yes | Yes | Yes |
iot.get | Returns a specified IoT measurement value | Yes | Yes | Yes |
iot.exists | Returns whether or not a measurement is available | Yes | Yes | Yes |
Remarks
Use this graph object when you want to interact with measurements that have been captured from external computing devices.