Preparing search index...
The search index is not available
@espressif/rainmaker-base-sdk
@espressif/rainmaker-base-sdk
types/node
ESPRMDeviceInterface
Interface ESPRMDeviceInterface
Represents the device associated with a node.
interface
ESPRMDeviceInterface
{
attributes
?:
ESPRMAttributeInterface
[]
;
displayName
:
string
;
name
:
string
;
params
?:
ESPRMDeviceParamInterface
[]
;
primaryParam
?:
ESPRMDeviceParamInterface
;
type
:
string
;
}
Implemented by
ESPRMDevice
Index
Properties
attributes?
display
Name
name
params?
primary
Param?
type
Properties
Optional
attributes
attributes
?:
ESPRMAttributeInterface
[]
display
Name
displayName
:
string
name
name
:
string
Optional
params
params
?:
ESPRMDeviceParamInterface
[]
Optional
primary
Param
primaryParam
?:
ESPRMDeviceParamInterface
type
type
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attributes
display
Name
name
params
primary
Param
type
@espressif/rainmaker-base-sdk
Loading...
Represents the device associated with a node.