alexdresko / HSPI

HomeSeer plugin helper framework
MIT License
11 stars 11 forks source link

Initial IPlugInAPI abstraction #6 #32

Closed alexdresko closed 7 years ago

alexdresko commented 7 years ago

All plugins should inherit ultimately from HSPIBase. I imagine we'll have additional base classes that inherit from HSPIBase that will make things even easier and cover different plugin scenarios. This new HSPIBase illustrates how we're able to re-shape the old HS IPlugInAPI interface into something that's easier to work with.