@espressif/rainmaker-base-cdf
Preparing search index...
types/entities/device
ESPCDFDeviceInterface
Interface ESPCDFDeviceInterface
Represents an attribute of a node or device.
interface
ESPCDFDeviceInterface
{
_raw
:
any
;
attributes
?:
ESPCDFAttributeInterface
[]
;
displayName
?:
string
;
name
:
string
;
operations
:
ESPCDFDeviceOperation
;
params
:
ESPCDFDeviceParamInterface
[]
;
type
?:
string
;
value
?:
any
;
}
Hierarchy (
View Summary
)
ESPCDFAttributeInterface
ESPCDFDeviceInterface
Index
Properties
_
raw
attributes?
display
Name?
name
operations
params
type?
value?
Properties
_
raw
_raw
:
any
Optional
attributes
attributes
?:
ESPCDFAttributeInterface
[]
Optional
display
Name
displayName
?:
string
name
name
:
string
operations
operations
:
ESPCDFDeviceOperation
params
params
:
ESPCDFDeviceParamInterface
[]
Optional
type
type
?:
string
Optional
value
value
?:
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
raw
attributes
display
Name
name
operations
params
type
value
@espressif/rainmaker-base-cdf
Loading...
Represents an attribute of a node or device.