1.4.6 • Published 2 years ago

domoja-mqtt v1.4.6

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
2 years ago

NPM

NPM version Node.js CI CodeQL Coverage Status

domoja-mqtt

Connect Domoja to an MQTT server.

Usage

imports:
  - module: mqtt
    source: Mqtt

sources:
  - robonect: {
      type: Mqtt,
      url: mqtt://192.168.0.10,
      user: !secrets mqtt_user,
      password: !secrets mqtt_password
  }

devices:
    - mode : { type: sensor, source: robonect, widget: text, id: "/Robonect/mower/mode", tags: mower, name: "Mode (code)" }
1.4.6

2 years ago

1.4.5

2 years ago

1.4.3

2 years ago

1.4.2

2 years ago

1.4.1

2 years ago

0.0.1

3 years ago