Add commands for Broker, autosave and clean logging
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user