Preparing search index...
The search index is not available
@espressif/rainmaker-base-sdk
@espressif/rainmaker-base-sdk
types/node
ESPRMNodeInfoInterface
Interface ESPRMNodeInfoInterface
Represents the information about a node.
interface
ESPRMNodeInfoInterface
{
firmwareVersion
:
string
;
model
:
string
;
name
:
string
;
readme
?:
string
;
type
:
string
;
[
key
:
string
]:
any
;
}
Implemented by
ESPRMNodeInfo
Indexable
[
key
:
string
]:
any
Index
Properties
firmware
Version
model
name
readme?
type
Properties
firmware
Version
firmwareVersion
:
string
model
model
:
string
name
name
:
string
Optional
readme
readme
?:
string
type
type
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
firmware
Version
model
name
readme
type
@espressif/rainmaker-base-sdk
Loading...
Represents the information about a node.