Preparing search index...
The search index is not available
@espressif/rainmaker-base-sdk
@espressif/rainmaker-base-sdk
types/automation
ESPWeatherAutomationDetails
Interface ESPWeatherAutomationDetails
Interface representing weather-based automation details
interface
ESPWeatherAutomationDetails
{
actions
:
ESPAutomationAction
[]
;
eventOperator
:
ESPAutomationEventOperator
;
events
:
(
ESPWeatherEvent
|
ESPWeatherCondition
)
[]
;
location
?:
ESPGeoCoordinates
;
metadata
?:
any
;
name
:
string
;
retrigger
:
boolean
;
}
Index
Properties
actions
event
Operator
events
location?
metadata?
name
retrigger
Properties
actions
actions
:
ESPAutomationAction
[]
event
Operator
eventOperator
:
ESPAutomationEventOperator
events
events
:
(
ESPWeatherEvent
|
ESPWeatherCondition
)
[]
Optional
location
location
?:
ESPGeoCoordinates
Optional
metadata
metadata
?:
any
name
name
:
string
retrigger
retrigger
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
actions
event
Operator
events
location
metadata
name
retrigger
@espressif/rainmaker-base-sdk
Loading...
Interface representing weather-based automation details