Enumeration ChangeReasonConst

Enumeration Members

Enumeration Members

EVENT: "event"

Used when call to sendEventNotification was made.

READ: "read"

Used when HomeKit reads a value or the API user calls the deprecated method Characteristic.getValue.

UPDATE: "update"

Reason used when the API user calls the method updateValue.

WRITE: "write"

Reason used when HomeKit writes a value or the API user calls setValue.