ASCOMInitiative / ASCOMRemote

The ASCOM REST based Remote Driver Server and Remote Access Clients
GNU General Public License v3.0
57 stars 15 forks source link

ClientID and ClientTransactionID specified differently in management and device APIs #27

Closed jamessynge closed 3 years ago

jamessynge commented 3 years ago

In the device API, these request parameters are specified as being of type integer($uint32), while in the management API they have type integer. The former seems likely to be what is intended.

Peter-Simpson commented 3 years ago

Thanks James, good catch. Now fixed so that management parameter descriptions match the device API descriptions.

Best wishes, Peter