Libertas OS API Documentation
    Preparing search index...

    Interface LibertasMessageVariableObject

    Represents an object variable as part of a message sent from Task to end-user's smartphone.

    The object may be of type device, logical-device or user.

    interface LibertasMessageVariableObject {
        "obj-type": LibertasSystemObjectType;
        type: "libertas-obj";
        value: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    The object type.

    type: "libertas-obj"

    Type of variable, could be the following

    value: number

    The object ID.