@homebridge/hap-nodejs
    Preparing search index...

    Enumeration FormatsConst

    Index

    Enumeration Members

    BOOL: "bool"
    DATA: "data"

    Data is base64 encoded string.

    FLOAT: "float"

    Signed 64-bit floating point

    INT: "int"

    Signed 32-bit integer

    STRING: "string"

    String encoded in utf8

    TLV8: "tlv8"

    Base64 encoded tlv8 string.

    UINT16: "uint16"

    Unsigned 16-bit integer.

    UINT32: "uint32"

    Unsigned 32-bit integer.

    UINT64: "uint64"

    Unsigned 64-bit integer.

    UINT8: "uint8"

    Unsigned 8-bit integer.