Fixes for new service

This commit is contained in:
2023-03-31 20:43:02 -04:00
parent 66f5b7ee0a
commit 2697521949
8 changed files with 220 additions and 74 deletions

8
StatusMessage.cs Normal file
View File

@@ -0,0 +1,8 @@
namespace HomeStatusWindow
{
public class StatusMessage
{
public string Name { get; set; }
public bool Status { get; set; }
}
}