UNPKG

eufy-security-client

Version:

Client to comunicate with Eufy-Security devices

6 lines (5 loc) 271 B
import { Category } from "typescript-logging-category-style"; export declare class ParameterHelper { static readValue(serialNumber: string, type: number, value: string, log: Category): string | undefined; static writeValue(type: number, value: string): string; }