Skip to content

Commit f6978d7

Browse files
Switch ID should be Id as per the docs
1 parent d8933bd commit f6978d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ASCOM.Alpaca.Simulators/Documentation/ValidAlpacaKeys.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ internal class ValidAlpacaKeys
99
"ClientTransactionID",
1010
"RightAscension",
1111
"Declination",
12-
"ID",
12+
"Id",
1313
"SensorName",
1414
"Axis"
1515
};
@@ -46,7 +46,7 @@ internal class ValidAlpacaKeys
4646
"TempComp",
4747
"AveragePeriod",
4848
"Reverse",
49-
"ID",
49+
"Id",
5050
"State",
5151
"Name",
5252
"Value",

0 commit comments

Comments
 (0)