Interface CharacteristicOperationContext

This format for a context object can be used to pass to any characteristic write operation. It can contain additional information used by the internal event handlers of hap-nodejs. The context object can be combined with any custom data for own use.

interface CharacteristicOperationContext {
    omitEventUpdate?: boolean;
}

Properties

Properties

omitEventUpdate?: boolean

If set to true for any characteristic write operation the Accessory won't send any event notifications to HomeKit controllers for that particular change.