UNPKG

ttlock-sdk-js

Version:

JavaScript port of the TTLock Android SDK

10 lines (9 loc) 304 B
/// <reference types="node" /> import { CommandType } from "../../constant/CommandType"; import { Command } from "../Command"; export declare class CalibrationTimeCommand extends Command { static COMMAND_TYPE: CommandType; private time?; protected processData(): void; build(): Buffer; }