node-switchbot
Version:
The node-switchbot is a Node.js module which allows you to control your Switchbot Devices through Bluetooth (BLE) with automatic OpenAPI fallback.
12 lines • 365 B
JavaScript
/* Copyright(C) 2024-2026, donavanbecker (https://github.com/donavanbecker). All rights reserved.
*
* devices/wo-ceiling-light.ts: SwitchBot v4.0.0 - Ceiling Light
*/
import { WoBulb } from './wo-bulb.js';
/**
* Ceiling Light Device
* Uses same logic as Color Bulb
*/
export class WoCeilingLight extends WoBulb {
}
//# sourceMappingURL=wo-ceiling-light.js.map