Preparing search index...
The search index is not available
@espressif/rainmaker-base-sdk
@espressif/rainmaker-base-sdk
types/node
ESPRMParamInterface
Interface ESPRMParamInterface
Base interface for parameter properties common to both device and service parameters.
interface
ESPRMParamInterface
{
bounds
?:
Record
<
string
,
any
>
;
dataType
:
string
;
name
:
string
;
properties
:
string
[]
;
type
:
string
;
validStrings
?:
string
[]
;
value
?:
any
;
}
Hierarchy (
View Summary
)
ESPRMAttributeInterface
ESPRMParamInterface
ESPRMDeviceParamInterface
ESPRMServiceParamInterface
Index
Properties
bounds?
data
Type
name
properties
type
valid
Strings?
value?
Properties
Optional
bounds
bounds
?:
Record
<
string
,
any
>
data
Type
dataType
:
string
name
name
:
string
properties
properties
:
string
[]
type
type
:
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
name
properties
type
valid
Strings
value
@espressif/rainmaker-base-sdk
Loading...
Base interface for parameter properties common to both device and service parameters.