UNPKG

shelly-sdk

Version:

Shelly SDK for Node.js with Types definition

14 lines (13 loc) 253 B
export default interface Wifi { ssid?: string; enabled?: boolean; rssi?: number; connected?: boolean; ip?: string; port?: number; gw?: string; mask?: string; dns?: string; ipv4Method?: string; key?: string; }