zigbee-herdsman
Preparing search index...
adapter/z-stack/znp/zpiObject
ZpiObject
Class ZpiObject<T>
Type Parameters
T
extends
ZpiObjectType
=
"Response"
Index
Properties
command
payload
subsystem
type
unpi
Frame
Methods
is
Reset
Command
to
String
create
Request
from
Unpi
Frame
Properties
Readonly
command
command
:
MtCmd
Readonly
payload
payload
:
ZpiObjectPayload
Readonly
subsystem
subsystem
:
Subsystem
Readonly
type
type
:
Type
Readonly
unpi
Frame
unpiFrame
:
T
extends
"Request"
?
Frame
:
undefined
Methods
is
Reset
Command
isResetCommand
()
:
boolean
Returns
boolean
to
String
toString
(
includePayload
?:
boolean
)
:
string
Parameters
includePayload
:
boolean
= true
Returns
string
Static
create
Request
createRequest
(
subsystem
:
Subsystem
,
command
:
string
,
payload
:
ZpiObjectPayload
,
)
:
ZpiObject
<
"Request"
>
Parameters
subsystem
:
Subsystem
command
:
string
payload
:
ZpiObjectPayload
Returns
ZpiObject
<
"Request"
>
Static
from
Unpi
Frame
fromUnpiFrame
(
frame
:
Frame
)
:
ZpiObject
<
"Response"
>
Parameters
frame
:
Frame
Returns
ZpiObject
<
"Response"
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
command
payload
subsystem
type
unpi
Frame
Methods
is
Reset
Command
to
String
create
Request
from
Unpi
Frame
zigbee-herdsman
Loading...