Skip to content

1.0.1

Compare
Choose a tag to compare
@mrhyde mrhyde released this 28 May 08:20
· 111 commits to master since this release
405c9d4

PoC typescript client for TVT devices

import { Device } from '2bad/tvt'

const client = new Device('192.168.1.21')
console.log('logged in: ', client.login('admin', '123456'))