@espressif/rainmaker-base-cdf
Preparing search index...
types
Scene
Interface Scene
interface
Scene
{
actions
:
{
[
key
:
string
]:
{
[
key
:
string
]:
{
[
key
:
string
]:
any
}
}
}
;
activate
:
()
=>
Promise
<
undefined
|
ESPAPIResponse
>
;
add
:
()
=>
Promise
<
undefined
|
ESPAPIResponse
>
;
callbackUpdateOperation
:
{
[
key
:
string
]:
SceneOperation
}
;
devicesCount
:
number
;
edit
:
(
__namedParameters
:
{
actions
:
any
;
info
?:
string
;
name
:
string
}
,
)
=>
Promise
<
undefined
|
ESPAPIResponse
>
;
id
:
string
;
info
?:
string
;
name
:
string
;
nodes
:
string
[]
;
remove
:
()
=>
Promise
<
undefined
|
ESPAPIResponse
>
;
}
Implemented by
default
Index
Properties
actions
activate
add
callback
Update
Operation
devices
Count
edit
id
info?
name
nodes
remove
Properties
actions
actions
:
{
[
key
:
string
]:
{
[
key
:
string
]:
{
[
key
:
string
]:
any
}
}
}
activate
activate
:
()
=>
Promise
<
undefined
|
ESPAPIResponse
>
add
add
:
()
=>
Promise
<
undefined
|
ESPAPIResponse
>
callback
Update
Operation
callbackUpdateOperation
:
{
[
key
:
string
]:
SceneOperation
}
devices
Count
devicesCount
:
number
edit
edit
:
(
__namedParameters
:
{
actions
:
any
;
info
?:
string
;
name
:
string
}
,
)
=>
Promise
<
undefined
|
ESPAPIResponse
>
id
id
:
string
Optional
info
info
?:
string
name
name
:
string
nodes
nodes
:
string
[]
remove
remove
:
()
=>
Promise
<
undefined
|
ESPAPIResponse
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
actions
activate
add
callback
Update
Operation
devices
Count
edit
id
info
name
nodes
remove
@espressif/rainmaker-base-cdf
Loading...