mirror of
https://github.com/ckaczor/HomeStatusWindow.git
synced 2026-01-30 17:24:23 -05:00
Fixes for new service
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
public class Status
|
||||
{
|
||||
// ReSharper disable once UnusedAutoPropertyAccessor.Global
|
||||
public bool? Washer { get; set; }
|
||||
public bool Washer { get; set; }
|
||||
|
||||
// ReSharper disable once UnusedAutoPropertyAccessor.Global
|
||||
public bool? Dryer { get; set; }
|
||||
public bool Dryer { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user