UNPKG

ttlock-sdk-js

Version:

JavaScript port of the TTLock Android SDK

9 lines (8 loc) 274 B
/// <reference types="node" /> import { CommandType } from "../../constant/CommandType"; import { Command } from "../Command"; export declare class InitCommand extends Command { static COMMAND_TYPE: CommandType; protected processData(): void; build(): Buffer; }