@espressif/rainmaker-base-cdf
Preparing search index...
types/entities/node
ESPCDFNodeInfoInterface
Interface ESPCDFNodeInfoInterface
Represents the information about a node.
interface
ESPCDFNodeInfoInterface
{
firmwareVersion
:
string
;
model
:
string
;
name
:
string
;
readme
?:
string
;
type
:
string
;
[
key
:
string
]:
any
;
}
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-cdf
Loading...
Represents the information about a node.