Enumeration ChangeReasonConst

Enumeration Members

Enumeration Members

EVENT

Used when call to Characteristic.sendEventNotification was made.

READ

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

UPDATE

Reason used when the API user calls the method Characteristic.updateValue.

WRITE

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