UNPKG

shelly-sdk

Version:

Shelly SDK for Node.js with Types definition

6 lines (5 loc) 122 B
import { SwitchStatus } from './switch_status'; export interface Meter { power: SwitchStatus; isValid: boolean; }