What's Changed
Features
- feat: add client.camera.connect() route handler to @observerly/hyper. by @michealroberts in #103
- feat: add client.camera.disconnect() route handler to @observerly/hyper. by @michealroberts in #104
- feat: add client.exposure.isReady() router handler. by @michealroberts in #109
- feat: add client.exposure.start() router handler. by @michealroberts in #110
- feat: add client.exposure.stop() router handler. by @michealroberts in #111
- feat: add client.exposure.store() router handler. by @michealroberts in #112
Refactors
- refactor: amend body type in getPosition() action in @observerly/hyper. by @michealroberts in #100
- refactor: amend client.telescope.shutdown() in @observerly/hyper. by @michealroberts in #101
- refactor: amend client.dome.shutdown() in @observerly/hyper. by @michealroberts in #102
- refactor: amend client.dome.couple() and decouple() in @observerly/hyper. by @michealroberts in #105
- refactor: amend client.camera.turnCoolerOn() and turnCoolerOff() in @observerly/hyper. by @michealroberts in #106
- refactor: amend client.camera.shutdown() in @observerly/hyper. by @michealroberts in #107
Full Changelog: v0.7.0...v0.8.0