Enumeration FormatsConst

Enumeration Members

ARRAY: "array"

Deprecated

Not contained in the HAP spec

BOOL: "bool"
DATA: "data"

Data is base64 encoded string.

DICTIONARY: "dict"

Deprecated

Not contained in the HAP spec

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.