UNPKG

@spectralblu/eufy-security-client

Version:

Client to comunicate with Eufy-Security devices, forked from bropat/eufy-client-security

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