UNPKG

shelly-sdk

Version:

Shelly SDK for Node.js with Types definition

4 lines (3 loc) 181 B
import { RemoteRelay, Relay } from '../relay'; export declare function unmarshallRelay(relay: RemoteRelay): Relay; export declare function marshallRelay(relay: Relay): RemoteRelay;