Skip to content

add startupOnOff endpoints to lights and outlets #51

add startupOnOff endpoints to lights and outlets

add startupOnOff endpoints to lights and outlets #51

Workflow file for this run

name: Test
on:
push:
jobs:
test-response-types:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Run type checks
run: npm run test