MELCloud & MELCloud Home API for Node.js - v48.2.0
GitHub
GitHub Packages
Preparing search index...
SyncCallback
Type Alias SyncCallback
SyncCallback
:
(
params
?:
{
ids
?:
(
number
|
string
)
[]
;
type
?:
DeviceType
}
,
)
=>
Promise
<
void
>
Callback invoked after sync operations, with optional device IDs and type filter.
Type Declaration
(
params
?:
{
ids
?:
(
number
|
string
)
[]
;
type
?:
DeviceType
}
)
:
Promise
<
void
>
Parameters
Optional
params
:
{
ids
?:
(
number
|
string
)
[]
;
type
?:
DeviceType
}
Returns
Promise
<
void
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
GitHub
GitHub Packages
MELCloud & MELCloud Home API for Node.js - v48.2.0
Loading...
Callback invoked after sync operations, with optional device IDs and type filter.