startup reason mqtt notification

This commit is contained in:
2020-11-28 01:45:57 +01:00
parent 6e6dec8d5f
commit 5fcbf87671
3 changed files with 47 additions and 5 deletions
+1
View File
@@ -36,6 +36,7 @@ HomieNode sensorLipo("lipo", "Battery Status", "Lipo");
HomieNode sensorSolar("solar", "Solar Status", "Solarpanel");
HomieNode sensorWater("water", "WaterSensor", "Water");
HomieNode sensorTemp("temperature", "Temperature", "temperature");
HomieNode startupReason("startupReason", "startupReason", "startupReason");
HomieNode stayAlive("stay", "alive", "alive"); /**< Necessary for Mqtt Active Command */
/* @} */