-------------------
- Added interface members as described in `Release Notes for Interfaces as of ASCOM Platform 7 <https://ascom-standards.org/newdocs/relnotes.html#release-notes-for-interfaces-as-of-ascom-platform-7>`_
and `published in November 2023 <https://ascomtalk.groups.io/g/Developer/message/7066>`_ on the ASCOM Developer Forum.
These have been included in the package unit tests and validated to the best of our abilities.
- Documentation of each interface member now contains a link to the corresponding member in the
`ASCOM Master Interfaces (Alpaca and COM) <https://ascom-standards.org/newdocs/#ascom-master-interfaces-alpaca-and-com>`_
which serves as the definitive source of documentation (though it is generic and not Python specific).
Changes since 2.0.2 (2.0.3 unpublished)
---------------------------------------
- Switch interface now uses ``Id`` instead of ``ID`` for switch parameters. (`GitHub Issue 8 <https://github.com/ASCOMInitiative/alpyca/issues/8>`_)
- ``Focuser.StepSize`` value type corrected to float (from int) (`GitHub Issue 7 <https://github.com/ASCOMInitiative/alpyca/issues/7>`_)
- Documentation updated for changes in links to the Omni Simulator and other additions and corrections.