shimmeringbee / da

Abstractions of common device functionality for Shimmering Bee, written in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert Device to be an interface

pwood opened this issue · comments

At the moment da.Device is a struct which every implementation must use, convert to an interface describing behaviour. This will implact zda.

Done in 0b4269c.