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

Time unit is unspecified for two ObservingConditions methods #26

Closed jamessynge closed 3 years ago

jamessynge commented 3 years ago

GET averageperiod and GET timesincelastupdate don't specify the time unit of the value field in the response. I'm guessing that it is hours based on PUT averageperiod.

Peter-Simpson commented 3 years ago

The time units (hours for AveragePeriod and seconds for TimeSinceLastUpdate) are documented in the interface specification here: ASCOM Interface Definitions.

We are currently working on bringing the information in the Alpaca API and the Interface definition documents together.

Regards, Peter