mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-11-01 06:57:04 +01:00
020ac1b38b
Only publish door status topic, rest will be done by the opennhab server. Username, password and mqtt's hostname are stored in user's local .config. Signed-off-by: Ralf Ramsauer <ralf@ramses-pyramidenbau.de>
4 lines
67 B
Bash
Executable File
4 lines
67 B
Bash
Executable File
#!/bin/bash
|
|
|
|
mosquitto_pub -t kitchen/frontdoor/status -m "locked"
|