2using System.Windows.Controls;
16 InitializeComponent();
22 public object Title => $
"Large status view for device {(Device?.Name ?? "N/A
")}";
30 public string FakeStatus {
get;
set; } =
"Just some fake status";
Classes and interfaces that are meant for plugins. The classes and interfaces below this namespace ar...
A fake device. This namespace contains the fake device driver and auxiliary classes for settings,...
Contains things that do not fit into the other categories.
Like IStatusView<TDevice>, but for status displays that need more room.
A chronos plugin implementation for a fake device. We pretend we are controlling a mixture of coffee ...
Interaction logic for LargeDeviceStatusView.xaml.