UNPKG

zigbee-herdsman

Version:

An open source Zigbee gateway solution with node.js.

5 lines 280 B
import type { TClusterAttributes } from "../zspec/zcl/definition/clusters-types"; export declare function getTimeClusterAttributes(): TClusterAttributes<"genTime">; /** used by tests */ export declare function clearCachedTimeData(): void; //# sourceMappingURL=timeService.d.ts.map