Enumeration ChangeReasonConst

Enumeration Members

Enumeration Members

EVENT: "event"

Used when call to Characteristic.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 Characteristic.updateValue.

WRITE: "write"

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