Skip to content

Scrypted Documentation / StartStop

Interface: StartStop

StartStop represents a device that can be started, stopped, and possibly paused and resumed. Typically vacuum cleaners or washers.

Properties

running?

optional running: boolean

Methods

start()

start(): Promise<void>

Returns

Promise<void>


stop()

stop(): Promise<void>

Returns

Promise<void>