Add commands for Broker, autosave and clean logging

This commit is contained in:
2019-04-27 11:29:31 +02:00
parent f67d070fc3
commit d8c7a9e2c5
6 changed files with 75 additions and 7 deletions

View File

@@ -109,6 +109,8 @@ namespace PlantBox.Broker
throw new InvalidOperationException($"This PlantBox (${id}) does not exist");
}
plantBox.UpdateState();
var response = new InfoResponse
(
plantBox.Name, plantBox.Type, plantBox.State,