@espressif/rainmaker-base-cdf
Preparing search index...
types/entities/node
ESPCDFDeviceParamChangedEvent
Interface ESPCDFDeviceParamChangedEvent
Event data for device parameter changes
interface
ESPCDFDeviceParamChangedEvent
{
deviceName
:
string
;
entity
:
ESPCDFNodeInterface
;
oldValue
?:
any
;
paramName
:
string
;
type
:
"deviceParamChanged"
;
value
:
any
;
}
Index
Properties
device
Name
entity
old
Value?
param
Name
type
value
Properties
device
Name
deviceName
:
string
entity
entity
:
ESPCDFNodeInterface
Optional
old
Value
oldValue
?:
any
param
Name
paramName
:
string
type
type
:
"deviceParamChanged"
value
value
:
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
device
Name
entity
old
Value
param
Name
type
value
@espressif/rainmaker-base-cdf
Loading...
Event data for device parameter changes