@espressif/rainmaker-base-cdf
Preparing search index...
types
ESPAutomationInterface
Interface ESPAutomationInterface
Interface representing an automation
interface
ESPAutomationInterface
{
actions
:
ESPAutomationAction
[]
;
automationId
:
string
;
automationName
:
string
;
enabled
:
boolean
;
eventOperator
:
ESPAutomationEventOperator
;
events
:
(
|
ESPAutomationEvent
|
ESPWeatherEvent
|
ESPWeatherCondition
|
ESPDaylightEvent
)
[]
;
eventType
:
ESPAutomationEventType
;
location
?:
ESPGeoCoordinates
;
metadata
?:
any
;
nodeId
?:
string
;
region
?:
string
;
retrigger
?:
boolean
;
}
Implemented by
ESPAutomation
Index
Properties
actions
automation
Id
automation
Name
enabled
event
Operator
events
event
Type
location?
metadata?
node
Id?
region?
retrigger?
Properties
actions
actions
:
ESPAutomationAction
[]
automation
Id
automationId
:
string
automation
Name
automationName
:
string
enabled
enabled
:
boolean
event
Operator
eventOperator
:
ESPAutomationEventOperator
events
events
:
(
|
ESPAutomationEvent
|
ESPWeatherEvent
|
ESPWeatherCondition
|
ESPDaylightEvent
)
[]
event
Type
eventType
:
ESPAutomationEventType
Optional
location
location
?:
ESPGeoCoordinates
Optional
metadata
metadata
?:
any
Optional
node
Id
nodeId
?:
string
Optional
region
region
?:
string
Optional
retrigger
retrigger
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
actions
automation
Id
automation
Name
enabled
event
Operator
events
event
Type
location
metadata
node
Id
region
retrigger
@espressif/rainmaker-base-cdf
Loading...
Interface representing an automation