diff --git a/src/EyesAndEars.UWP/EyesAndEars.UWP/Package.appxmanifest b/src/EyesAndEars.UWP/EyesAndEars.UWP/Package.appxmanifest index a0932cf..80bcd39 100644 --- a/src/EyesAndEars.UWP/EyesAndEars.UWP/Package.appxmanifest +++ b/src/EyesAndEars.UWP/EyesAndEars.UWP/Package.appxmanifest @@ -9,7 +9,7 @@ + Version="2021.2.10.0" /> diff --git a/src/EyesAndEars.UWP/EyesAndEars.UWP/Services/DataServices.cs b/src/EyesAndEars.UWP/EyesAndEars.UWP/Services/DataServices.cs index b1dec6e..619f2ba 100644 --- a/src/EyesAndEars.UWP/EyesAndEars.UWP/Services/DataServices.cs +++ b/src/EyesAndEars.UWP/EyesAndEars.UWP/Services/DataServices.cs @@ -112,6 +112,8 @@ namespace EyesAndEars.UWP.Services { // The device is on but factory lights are off. return new SolidColorBrush(Colors.LightSkyBlue); } + // Indicate the gallery relays are on. + return new SolidColorBrush(Colors.LightSeaGreen); } // The device is off. return new SolidColorBrush(Colors.DarkRed);