@espressif/rainmaker-base-cdf
Preparing search index...
types/entities/schedule
ESPCDFScheduleInterface
Interface ESPCDFScheduleInterface
interface
ESPCDFScheduleInterface
{
_raw
:
any
;
action
:
ESPCDFScheduleAction
;
adaptorIdentifier
?:
string
;
devicesCount
?:
number
;
enabled
?:
boolean
;
flags
?:
number
;
id
:
string
;
info
?:
string
;
name
:
string
;
nodes
:
string
[]
;
operations
:
ESPCDFScheduleOperation
;
outOfSyncMeta
?:
Record
<
string
,
any
>
;
triggers
:
ESPCDFScheduleTrigger
[]
;
validity
?:
ESPCDFScheduleValidity
;
}
Implemented by
ESPCDFSchedule
Index
Properties
_
raw
action
adaptor
Identifier?
devices
Count?
enabled?
flags?
id
info?
name
nodes
operations
out
Of
Sync
Meta?
triggers
validity?
Properties
_
raw
_raw
:
any
action
action
:
ESPCDFScheduleAction
Optional
adaptor
Identifier
adaptorIdentifier
?:
string
Optional
devices
Count
devicesCount
?:
number
Optional
enabled
enabled
?:
boolean
Optional
flags
flags
?:
number
id
id
:
string
Optional
info
info
?:
string
name
name
:
string
nodes
nodes
:
string
[]
operations
operations
:
ESPCDFScheduleOperation
Optional
out
Of
Sync
Meta
outOfSyncMeta
?:
Record
<
string
,
any
>
triggers
triggers
:
ESPCDFScheduleTrigger
[]
Optional
validity
validity
?:
ESPCDFScheduleValidity
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
raw
action
adaptor
Identifier
devices
Count
enabled
flags
id
info
name
nodes
operations
out
Of
Sync
Meta
triggers
validity
@espressif/rainmaker-base-cdf
Loading...