1
0
mirror of https://bitbucket.org/cjdskunkworks/lynxastrodewcontroller.git synced 2026-05-03 17:28:52 +00:00

Redone the log messages

This commit is contained in:
2021-02-24 16:06:35 +00:00
parent a13c6e8f1e
commit 7e19f47246
3 changed files with 38 additions and 13 deletions
@@ -147,6 +147,8 @@ namespace ASCOM.LynxAstro.DewController
driverProfile.DeviceType = "Switch";
driverProfile.WriteValue(DriverId, TraceStateProfileName, profileProperties.TraceLogger.ToString());
driverProfile.WriteValue(DriverId, ComPortProfileName, profileProperties.ComPort);
//todo write the switch names
}
}
}