jeff-winn / homebridge-automower-platform

A platform plugin for Homebridge to connect your Husqvarna Automower and Gardena Smart robotic lawn mowers to Apple HomeKit.
MIT License
10 stars 0 forks source link

Dependencies should be injected #16

Closed jeff-winn closed 2 years ago

jeff-winn commented 2 years ago

Due to the complexity of the object graph dependency injection should be used to assist with object creation.

Inversify was being used previously but it also caused issues during testing.

jeff-winn commented 2 years ago

Possible technologies