Documentation
    Preparing search index...

    Interface SDIOutputSettingObject

    interface SDIOutputSettingObject {
        compare: string;
        delay: number;
        status: number;
        statusText: string;
    }
    Index

    Properties

    compare: string

    ObjectID : compare (Added in 2.0)

    Unknown what this is used for. This will be likely changed into a Ref-type in future versions

    delay: number

    int : delay [ min: 0 | max: 12 ] *

    status: number

    int : status [ read_only ] *

    statusText: string

    string : status_text [ read_only ] *