Preparing search index...
The search index is not available
@espressif/rainmaker-base-sdk
@espressif/rainmaker-base-sdk
types/node
ESPRMAttributeInterface
Interface ESPRMAttributeInterface
Represents an attribute of a node or device.
interface
ESPRMAttributeInterface
{
name
:
string
;
value
?:
any
;
}
Hierarchy (
View Summary
)
ESPRMAttributeInterface
ESPRMParamInterface
Implemented by
ESPRMAttribute
Index
Properties
name
value?
Properties
name
name
:
string
Optional
value
value
?:
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
value
@espressif/rainmaker-base-sdk
Loading...
Represents an attribute of a node or device.