implement send lock action via mqtt

This commit is contained in:
technyon
2022-03-25 21:39:47 +01:00
parent 66e0239589
commit a202deef23
5 changed files with 58 additions and 7 deletions

View File

@@ -1,3 +1,4 @@
#pragma once
#define mqtt_topc_lockstate "nuki/lockstate"
#define mqtt_topc_lockstate "nuki/lockState"
#define mqtt_topc_lockstate_setpoint "nuki/lockActions"