tesmart-api
v1.0.0
Published
Unoffical Tesmart KVM Switch API Wrapper
Readme
Unoffical Tesmart KVM Switch API Wrapper
installation
npm i tesmart-apiusage
const tesmartClient = new TesmartClient('192.168.1.10', 5000)
const input = await tesmartClient.getInput()
await tesmartClient.setInput(1)
await tesmartClient.setBuzzer(true)
await tesmartClient.setAutoDetect(true)
await tesmartClient.setLedTimeout(30)you find the hexcode docu here
this project is based of the PHP based tesmart-api
this project is licensed under the MIT License
