UNPKG

shelly-sdk

Version:

Shelly SDK for Node.js with Types definition

7 lines (6 loc) 120 B
export interface Update { status: string; hasUpdate: boolean; newVersion: string; oldVersion: string; }