Cleanups
This commit is contained in:
parent
a9c9ce4604
commit
6fae0b2d59
@ -202,7 +202,8 @@ namespace BlubbFish.iOptronController.lib {
|
||||
/// Response: “HH:MM:SS#”
|
||||
/// Gets the current local time in 24 hour format.Overflows from 23:59:59 to 00:00:00. Updates calendar day on overflow.
|
||||
/// Command: “:GC#”
|
||||
/// Response: “MM:DD:YY#”
/// Gets the current calendar day.
|
||||
/// Response: “MM:DD:YY#”
|
||||
/// Gets the current calendar day.
|
||||
/// </summary>
|
||||
public DateTime Localtime {
|
||||
get {
|
||||
@ -305,7 +306,9 @@ namespace BlubbFish.iOptronController.lib {
|
||||
|
||||
/// <summary>
|
||||
/// Command: “:GZ#”
|
||||
/// Response: “DDD*MM:SS#”
/// Gets the current Azimuth.
|
||||
/// Response: “DDD*MM:SS#”
|
||||
/// Gets the current Azimuth.
|
||||
|
||||
/// </summary>
|
||||
public Double Azimuth {
|
||||
get {
|
||||
|
Loading…
Reference in New Issue
Block a user