+ Added new alarm id and data
+ Added new library version (30) with pre and post power on data * Refactor
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ namespace Step
|
||||
string configuredUri = "http://*:" + ServerStartupConfig.ServerPort.ToString();
|
||||
|
||||
// Register listener to "close application" messages
|
||||
MessageServices.Current.Subscribe(MVVM_STOP_SERVER, (a, b) =>
|
||||
MessageServices.Current.Subscribe(SEND_STOP_SERVER, (a, b) =>
|
||||
{
|
||||
StopRequest.Set();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user