MENU
    Introduction
    • 02 Feb 2021
    • 1 Minute to read
    • Contributors
    • Dark
    • PDF

    Introduction

    • Dark
    • PDF

    Article summary

    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.

    NameDescriptionUWPWebAvatars
    ---------------

    Functions

    Below is a list of functions supported by this object.

    NameDescriptionUWPWebAvatars
    iot.readyReturns whether or not measurement values are availableYesYesYes
    iot.getReturns a specified IoT measurement valueYesYesYes
    iot.existsReturns whether or not a measurement is availableYesYesYes

    Remarks

    Use this graph object when you want to interact with measurements that have been captured from external computing devices.


    What's Next