private void ReceivedHomeModelUpdated(Bus.HomeModelUpdatedEvent message) { this.receivedModel = true; this.receivedLoxone = true; this.homeModel = message.HomeModel; this.homeModelUpdate = message.UpdateTimestamp; this.miniserverUpdate = message.UpdateTimestamp; }
private void ReceivedHomeModelUpdated(Bus.HomeModelUpdatedEvent message) { this.homeModel = message.HomeModel; BuildResponseAndCache(); }