v0.1.0
Pre-release
Pre-release
What's Changed
- feat: Added NewAlpacaAPI() function for init of ASCOMAlpacaAPIClient. by @michael-observerly in #1
- feat: Added getQueryString(). by @michael-observerly in #2
- feat: Added getEndpoint(). by @michael-observerly in #3
- feat: Amend to NewAlpacaAPI() to allow for more versatility. by @michael-observerly in #4
- feat: Added GetStringResponse(). by @michael-observerly in #5
- feat: Added GetStringListResponse(). by @michael-observerly in #6
- feat: Added GetBooleanResponse(). by @michael-observerly in #7
- feat: Added GetFloat64Response(). by @michael-observerly in #8
- feat: Added GetInt32Response(). by @michael-observerly in #9
- feat: Added GetUInt32ListResponse(). by @michael-observerly in #10
- feat: Added IsConnected(). by @michael-observerly in #11
- feat: Added GetDescription(). by @michael-observerly in #12
- feat: Added GetDriverInfo(). by @michael-observerly in #13
- feat: Added GetDriverVersion(). by @michael-observerly in #14
- feat: Added GetInterfaceVersion(). by @michael-observerly in #15
- feat: Added GetName(). by @michael-observerly in #16
- feat: Added GetSupportedActions(). by @michael-observerly in #17
- feat: Added Put(). by @michael-observerly in #18
- feat: Added NewTelescope(). by @michael-observerly in #19
- feat: Added (t *Telescope) GetAlignmentMode(). by @michael-observerly in #20
- feat: Added (t *Telescope) GetAltitude(). by @michael-observerly in #21
- feat: Added (t *Telescope) GetApertureArea(). by @michael-observerly in #22
- feat: Added (t *Telescope) GetApertureDiameter(). by @michael-observerly in #23
- feat: Added (t *Telescope) IsAtHome(). by @michael-observerly in #24
- feat: Added (t *Telescope) IsAtPark(). by @michael-observerly in #25
- feat: Added (t *Telescope) GetAzimuth(). by @michael-observerly in #26
- feat: Added (t *Telescope) CanFindHome(). by @michael-observerly in #27
- feat: Added (t *Telescope) CanPark(). by @michael-observerly in #28
- feat: Added (t *Telescope) CanPulseGuide(). by @michael-observerly in #29
- feat: Added (t *Telescope) CanSetDeclinationRate(). by @michael-observerly in #30
- feat: Added (t *Telescope) CanSetGuideRates(). by @michael-observerly in #31
- feat: Added (t *Telescope) CanSetPark(). by @michael-observerly in #32
- feat: Added (t *Telescope) CanSetPierSide(). by @michael-observerly in #33
- feat: Added (t *Telescope) CanSetRightAscensionRate(). by @michael-observerly in #34
- feat: Added (t *Telescope) CanSetTracking(). by @michael-observerly in #35
- feat: Added (t* Telescope) CanSlew(). by @michael-observerly in #36
- feat: Added (t *Telescope) CanSlewAltAz(). by @michael-observerly in #37
- feat: Added (t *Telescope) CanSlewAltAzAsync(). by @michael-observerly in #38
- feat: Added (t *Telescope) CanSlewAsync(). by @michael-observerly in #39
- feat: Added (t *Telescope) CanSync(). by @michael-observerly in #40
- feat: Added (t *Telescope) CanSyncAltAz(). by @michael-observerly in #41
- feat: Added (t *Telescope) CanUnPark(). by @michael-observerly in #42
- feat: Added (t *Telescope) GetDeclination(). by @michael-observerly in #43
- feat: Added (t *Telescope) GetDeclinationRate(). by @michael-observerly in #44
- feat: Added (t *Telescope) DoesRefraction(). by @michael-observerly in #45
- feat: Added (t *Telescope) GetEquatorialSystem(). by @michael-observerly in #46
- feat: Added (t *Telescope) GetFocalLength() to alpaca module. by @michael-observerly in #47
- feat: Added (t *Telescope) IsPulseGuiding(). by @michael-observerly in #48
- feat: Added (t *Telescope) GetRightAscension(). by @michael-observerly in #49
- feat: Added (t *Telescope) GetRightAscensionRate(). by @michael-observerly in #50
- feat: Added (t *Telescope) GetSideOfPier(). by @michael-observerly in #51
- feat: Added (t *Telescope) GetSiderealTime(). by @michael-observerly in #53
- feat: Added (t *Telescope) GetSiteElevation(). by @michael-observerly in #54
- feat: Added (t *Telescope) GetSiteLatitude(). by @michael-observerly in #55
- feat: Added (t *Telescope) GetSiteLongitude(). by @michael-observerly in #56
- feat: Added (t *Telescope) IsSlewing(). by @michael-observerly in #57
- feat: Added (t *Telescope) GetSlewSettleTime(). by @michael-observerly in #58
- feat: Added (t *Telescope) GetTargetDeclination(). by @michael-observerly in #59
- feat: Added (t *Telescope) GetTargetRightAscension(). by @michael-observerly in #60
- feat: Added (t *Telescope) IsTracking(). by @michael-observerly in #61
- feat: Added (t *Telescope) GetTrackingRate(). by @michael-observerly in #62
- feat: Added (t *Telescope) GetUTCDate(). by @michael-observerly in #63
- feat: Added (t *Telescope) GetAxisRates() to alpaca module. by @michael-observerly in #64
- feat: Added (t *Telescope) CanMoveAxis(). by @michael-observerly in #65
- feat: Added (t *Telescope) SetDeclinationRate(). by @michael-observerly in #66
- feat: Added (t *Telescope) SetDoesRefraction(). by @michael-observerly in #67
- feat: Added (t *Telescope) SetRightAscensionRate(). by @michael-observerly in #68
- feat: Added (t *Telescope) SetSideOfPier(). by @michael-observerly in #69
- feat: Added (t *Telescope) SetSiteElevation(). by @michael-observerly in #70
- feat: Added (t *Telescope) SetSiteLatitude(). by @michael-observerly in #71
- feat: Added (t *Telescope) SetSiteLongitude(). by @michael-observerly in #72
- feat: Added (t *Telescope) SetSlewSettleTime(). by @michael-observerly in #73
- feat: Added (t *Telescope) SetTargetDeclination(). by @michael-observerly in #74
- feat: Added (t *Telescope) SetTargetRightAscension(). by @michael-observerly in #75
- feat: Added (t *Telescope) SetTracking(). by @michael-observerly in #76
- feat: Added (t *Telescope) SetUTCDate(). by @michael-observerly in #77
- feat: Added (t *Telescope) SetAbortSlew(). by @michael-observerly in #78
- feat: Added (t *Telescope) SetSlewToAltAz(). by @michael-observerly in #79
- feat: Added (t *Telescope) SetSlewToAltAzAsync(). by @michael-observerly in #81
- feat: Added (t *Telescope) SetSlewToCoordinates(). by @michael-observerly in #82
- feat: Added (t *Telescope) SetSlewToCoordinatesAsync(). by @michael-observerly in #83
- feat: Added (t *Telescope) SetSlewToTarget(). by @michael-observerly in #84
- feat: Added (t *Telescope) SetSlewToTargetAsync(). by @michael-observerly in #85
- feat: Added (t *Telescope) SetUnPark() to alpaca module. by @michael-observerly in #86
New Contributors
- @michael-observerly made their first contribution in #1
Full Changelog: https://github.com/observerly/camelopardalis/commits/v0.1.0