@espressif/rainmaker-base-cdf
Preparing search index...
types/entities/automation
ESPCDFAutomationOperation
Interface ESPCDFAutomationOperation
interface
ESPCDFAutomationOperation
{
delete
()
:
Promise
<
ESPCDFAPIResponse
<
any
>
>
;
enable
(
enabled
:
boolean
)
:
Promise
<
ESPCDFAPIResponse
<
any
>
>
;
update
(
data
:
ESPCDFAutomationEditInput
)
:
Promise
<
ESPCDFAPIResponse
<
any
>
>
;
}
Index
Methods
delete
enable
update
Methods
delete
delete
()
:
Promise
<
ESPCDFAPIResponse
<
any
>
>
Returns
Promise
<
ESPCDFAPIResponse
<
any
>
>
enable
enable
(
enabled
:
boolean
)
:
Promise
<
ESPCDFAPIResponse
<
any
>
>
Parameters
enabled
:
boolean
Returns
Promise
<
ESPCDFAPIResponse
<
any
>
>
update
update
(
data
:
ESPCDFAutomationEditInput
)
:
Promise
<
ESPCDFAPIResponse
<
any
>
>
Parameters
data
:
ESPCDFAutomationEditInput
Returns
Promise
<
ESPCDFAPIResponse
<
any
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
delete
enable
update
@espressif/rainmaker-base-cdf
Loading...