Preparing search index...
The search index is not available
@espressif/rainmaker-base-sdk
@espressif/rainmaker-base-sdk
types/node
ESPRMDeviceParamInterface
Interface ESPRMDeviceParamInterface
Represents the parameter of a node device
interface
ESPRMDeviceParamInterface
{
bounds
?:
Record
<
string
,
any
>
;
dataType
:
string
;
deviceName
:
string
;
name
:
string
;
properties
:
string
[]
;
type
:
string
;
uiType
?:
string
;
validStrings
?:
string
[]
;
value
?:
any
;
}
Hierarchy (
View Summary
)
ESPRMParamInterface
ESPRMDeviceParamInterface
Implemented by
ESPRMDeviceParam
Index
Properties
bounds?
data
Type
device
Name
name
properties
type
ui
Type?
valid
Strings?
value?
Properties
Optional
bounds
bounds
?:
Record
<
string
,
any
>
data
Type
dataType
:
string
device
Name
deviceName
:
string
name
name
:
string
properties
properties
:
string
[]
type
type
:
string
Optional
ui
Type
uiType
?:
string
Optional
valid
Strings
validStrings
?:
string
[]
Optional
value
value
?:
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bounds
data
Type
device
Name
name
properties
type
ui
Type
valid
Strings
value
@espressif/rainmaker-base-sdk
Loading...
Represents the parameter of a node device