@espressif/rainmaker-base-cdf
Preparing search index...
types/entities/deviceParam
ESPCDFDeviceParamInterface
Interface ESPCDFDeviceParamInterface
Device param interface; extends base with device-specific properties.
interface
ESPCDFDeviceParamInterface
{
_raw
:
any
;
bounds
?:
Record
<
string
,
any
>
;
dataType
?:
string
;
deviceName
?:
string
;
name
:
string
;
operations
:
ESPCDFDeviceParamOperation
;
properties
?:
string
[]
;
type
?:
string
;
uiType
?:
string
;
value
?:
any
;
}
Hierarchy (
View Summary
)
ESPCDFParamInterface
ESPCDFDeviceParamInterface
Implemented by
ESPCDFDeviceParam
Index
Properties
_
raw
bounds?
data
Type?
device
Name?
name
operations
properties?
type?
ui
Type?
value?
Properties
_
raw
_raw
:
any
Optional
bounds
bounds
?:
Record
<
string
,
any
>
Optional
data
Type
dataType
?:
string
Optional
device
Name
deviceName
?:
string
name
name
:
string
operations
operations
:
ESPCDFDeviceParamOperation
Optional
properties
properties
?:
string
[]
Optional
type
type
?:
string
Optional
ui
Type
uiType
?:
string
Optional
value
value
?:
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
raw
bounds
data
Type
device
Name
name
operations
properties
type
ui
Type
value
@espressif/rainmaker-base-cdf
Loading...
Device param interface; extends base with device-specific properties.