zigbee-herdsman
Preparing search index...
controller/helpers/request
Request
Class Request<Type>
Type Parameters
Type
=
any
Index
Constructors
constructor
Properties
expires
frame
send
Policy
default
Send
Policy
Methods
add
Callbacks
move
Callbacks
reject
resolve
send
Constructors
constructor
new
Request
<
Type
=
any
>
(
func
:
(
frame
:
ZclFrame
)
=>
Promise
<
Type
>
,
frame
:
ZclFrame
,
timeout
:
number
,
sendPolicy
?:
SendPolicy
,
lastError
?:
Error
,
resolve
?:
(
value
:
Type
)
=>
void
,
reject
?:
(
error
:
Error
)
=>
void
,
)
:
Request
<
Type
>
Type Parameters
Type
=
any
Parameters
func
:
(
frame
:
ZclFrame
)
=>
Promise
<
Type
>
frame
:
ZclFrame
timeout
:
number
Optional
sendPolicy
:
SendPolicy
Optional
lastError
:
Error
Optional
resolve
:
(
value
:
Type
)
=>
void
Optional
reject
:
(
error
:
Error
)
=>
void
Returns
Request
<
Type
>
Properties
expires
expires
:
number
frame
frame
:
ZclFrame
send
Policy
sendPolicy
:
undefined
|
SendPolicy
Static
default
Send
Policy
defaultSendPolicy
:
{
[
key
:
number
]:
SendPolicy
}
= ...
Methods
add
Callbacks
addCallbacks
(
resolve
:
(
value
:
Type
)
=>
void
,
reject
:
(
error
:
Error
)
=>
void
,
)
:
void
Parameters
resolve
:
(
value
:
Type
)
=>
void
reject
:
(
error
:
Error
)
=>
void
Returns
void
move
Callbacks
moveCallbacks
(
from
:
Request
<
Type
>
)
:
void
Parameters
from
:
Request
<
Type
>
Returns
void
reject
reject
(
error
?:
Error
)
:
void
Parameters
Optional
error
:
Error
Returns
void
resolve
resolve
(
value
:
Type
)
:
void
Parameters
value
:
Type
Returns
void
send
send
()
:
Promise
<
Type
>
Returns
Promise
<
Type
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
expires
frame
send
Policy
default
Send
Policy
Methods
add
Callbacks
move
Callbacks
reject
resolve
send
zigbee-herdsman
Loading...