Preparing search index...
The search index is not available
hap-nodejs
hap-nodejs
CharacteristicSetHandler
Type Alias CharacteristicSetHandler
CharacteristicSetHandler
:
(
value
:
CharacteristicValue
,
context
:
CharacteristicContext
,
connection
?:
HAPConnection
,
)
=>
|
Promise
<
Nullable
<
CharacteristicValue
>
|
void
>
|
Nullable
<
CharacteristicValue
>
|
void
Type declaration
(
value
:
CharacteristicValue
,
context
:
CharacteristicContext
,
connection
?:
HAPConnection
,
)
:
|
Promise
<
Nullable
<
CharacteristicValue
>
|
void
>
|
Nullable
<
CharacteristicValue
>
|
void
Parameters
value
:
CharacteristicValue
context
:
CharacteristicContext
Optional
connection
:
HAPConnection
Returns
|
Promise
<
Nullable
<
CharacteristicValue
>
|
void
>
|
Nullable
<
CharacteristicValue
>
|
void
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
hap-nodejs
Loading...