UNPKG

@henrywang/homebridge-yalesyncalarm

Version:
9 lines (8 loc) 262 B
import { Decoder } from 'type-safe-json-decoder'; export interface YaleSyncPlatformConfig { name: string; username: string; password: string; refreshInterval: number; } export declare const platformConfigDecoder: Decoder<YaleSyncPlatformConfig>;