ukiuni / Switchbot

Switchbot node api(unofficial)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SwitchBot

SwitchBot api for Node.js (unofficial)

Usabe

const Switchbot = require('switchbot');
const switchbot = Switchbot('bluetooth address');
switchbot.turnOn();
switchbot.turnOff();
switchbot.press();

Depends

gatttool is required

License

Apache-2.0

About

Switchbot node api(unofficial)


Languages

Language:JavaScript 100.0%