ASCOMInitiative / ASCOMRemote

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

Fix DriveRate's type #40

Closed RReverser closed 2 years ago

RReverser commented 2 years ago

As per OpenAPI docs, int32 and uint32 are formats for integer, while number is more of a floating-point numeric type.