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