Preparing search index...
The search index is not available
@espressif/rainmaker-base-sdk
@espressif/rainmaker-base-sdk
types/node
ESPRMNodeConfigInterface
Interface ESPRMNodeConfigInterface
Represents the configuration of a node.
interface
ESPRMNodeConfigInterface
{
attributes
?:
ESPRMAttributeInterface
[]
;
configVersion
:
string
;
devices
:
ESPRMDeviceInterface
[]
;
info
:
ESPRMNodeInfoInterface
;
services
?:
ESPRMServiceInterface
[]
;
}
Implemented by
ESPRMNodeConfig
Index
Properties
attributes?
config
Version
devices
info
services?
Properties
Optional
attributes
attributes
?:
ESPRMAttributeInterface
[]
config
Version
configVersion
:
string
devices
devices
:
ESPRMDeviceInterface
[]
info
info
:
ESPRMNodeInfoInterface
Optional
services
services
?:
ESPRMServiceInterface
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attributes
config
Version
devices
info
services
@espressif/rainmaker-base-sdk
Loading...
Represents the configuration of a node.