report battery voltage via mqtt

This commit is contained in:
technyon
2022-03-26 00:01:41 +01:00
parent a202deef23
commit fa1b836d4f
5 changed files with 70 additions and 8 deletions

View File

@@ -1,4 +1,6 @@
#pragma once
#define mqtt_topc_lockstate "nuki/lockState"
#define mqtt_topc_lockstate_setpoint "nuki/lockActions"
#define mqtt_topc_voltage "nuki/battery/voltage"
#define mqtt_topc_lockstate "nuki/lock/state"
#define mqtt_topc_lockstate_action "nuki/lock/actions"