2using System.Windows.Controls;
16 InitializeComponent();
22 public object Title => $
"Large status view for device {(Device?.Name ?? "N/A
")}";
33 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.
A chronos plugin implementation for a fake device. We pretend we are controlling a mixture of coffee ...
Visibility Visible
Visibility of the tab page.
MockDevice Device
Gives access to the device. Will be set after the class has been instantiated.
object Title
Title for the tab page. Can be anything that is ok for a WPF header.
Fake ViewModel with a fake status.