UNPKG

eufy-security-client-fork

Version:

Client to comunicate with Eufy-Security devices

6 lines (5 loc) 211 B
import { Logger } from "ts-log"; export declare class ParameterHelper { static readValue(type: number, value: string, log: Logger): string; static writeValue(type: number, value: string): string; }