@homebridge/hap-nodejs
Preparing search index...
CharacteristicChange
Type Alias CharacteristicChange
type
CharacteristicChange
=
{
context
?:
CharacteristicContext
;
newValue
:
Nullable
<
CharacteristicValue
>
;
oldValue
:
Nullable
<
CharacteristicValue
>
;
originator
?:
HAPConnection
;
reason
:
ChangeReason
;
}
Index
Properties
context?
new
Value
old
Value
originator?
reason
Properties
Optional
context
context
?:
CharacteristicContext
new
Value
newValue
:
Nullable
<
CharacteristicValue
>
old
Value
oldValue
:
Nullable
<
CharacteristicValue
>
Optional
originator
originator
?:
HAPConnection
reason
reason
:
ChangeReason
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
context
new
Value
old
Value
originator
reason
@homebridge/hap-nodejs
Loading...