UNPKG

ttlock-sdk-js

Version:

JavaScript port of the TTLock Android SDK

6 lines (5 loc) 263 B
/// <reference types="node" /> import { CommandType } from "../constant/CommandType"; import { Command } from "./Command"; export declare function commandFromData(data: Buffer): Command; export declare function commandFromType(commandType: CommandType): Command;