From 2ee94579081de49545d4168b0f79102c6998aefb Mon Sep 17 00:00:00 2001 From: Ralf Ramsauer Date: Sat, 8 Sep 2018 23:15:25 +0200 Subject: [PATCH] doorlockd: scripts: mqtt: send present status Signed-off-by: Ralf Ramsauer --- share/doorlockd/scripts/post_present | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/doorlockd/scripts/post_present b/share/doorlockd/scripts/post_present index 8c3cbfc..4ca5f64 100755 --- a/share/doorlockd/scripts/post_present +++ b/share/doorlockd/scripts/post_present @@ -1,3 +1,3 @@ #!/bin/bash -exit 0 +mosquitto_pub -r -t kitchen/frontdoor/status -m "present"