UNPKG

@switchbot/homebridge-switchbot

Version:

The SwitchBot plugin allows you to access your SwitchBot device(s) from HomeKit.

10 lines (8 loc) 274 B
import { describe, expect, it } from 'vitest' // import IR device classes as needed describe('iR Device', () => { it('should create IR device and map commands', () => { // Add IR device instantiation and command mapping tests here expect(true).toBe(true) }) })