AmrDhaliwal / HubitatBot

A Discord bot for interfacting with Hubitat Hubs.
0 stars 0 forks source link

HubitatHub interface Class Library Implementation #4

Open AmrDhaliwal opened 3 months ago

AmrDhaliwal commented 3 months ago

For actually interacting with the HubitatHub via the MakerAPI it would be best to implement a completely separate Class Library that is independent of the actual Discord Bot. This will make it easier to separate dependencies and manage the code base.

The Class Library could eventually be made into its own Nuget package and be used in other projects.

AmrDhaliwal commented 3 months ago

Below tasks will need to be resolved to have a base implementation of the Class Library.