@busse/pluggit

2.0.9 • Public • Published

@busse/pluggit

A client for Pluggit AP190, AP310 and AP460 ventilation units (tested with AP190).

Synopsis:

import { PluggitClient } from '@busse/pluggit'

async function main() {
  const ipAddress = '192.168.100.123'
  const client = new PluggitClient(ipAddress)

  const t1 = await client.getOutdoorTemperatureT1()
  const speedLevel = await client.getSpeedLevel() // 0-4

  await client.setSpeedLevel(3)
  await client.setSystemName('My custom name')
}

main()

/@busse/pluggit/

    Package Sidebar

    Install

    npm i @busse/pluggit

    Weekly Downloads

    2

    Version

    2.0.9

    License

    MIT

    Unpacked Size

    52.6 kB

    Total Files

    23

    Last publish

    Collaborators

    • pmb00