namespace TheXamlGuy.Framework.Core; public enum SensorState { Off = 0, On = 1 }