mirror of
https://github.com/bourquep/mysa-js-sdk.git
synced 2026-02-04 09:41:07 +00:00
feat: Initial commit
This commit is contained in:
7
src/api/MysaDeviceMode.ts
Normal file
7
src/api/MysaDeviceMode.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* Union type representing the available operating modes for Mysa devices.
|
||||
*
|
||||
* Defines the possible operational states that a Mysa thermostat or heating device can be set to. These modes control
|
||||
* the device's heating behavior and power consumption.
|
||||
*/
|
||||
export type MysaDeviceMode = 'off' | 'heat';
|
||||
Reference in New Issue
Block a user