vapor-ware / synse-sdk

SDK for Synse Plugins in Go
https://synse.readthedocs.io/en/latest/sdk/intro/
GNU General Public License v3.0
3 stars 4 forks source link

add support for common conversions #314

Closed edaniszewski closed 5 years ago

edaniszewski commented 6 years ago

the SDK should be able to provide basic conversion capabilities, e.g. deg. C <-> deg F.

See: https://github.com/vapor-ware/synse-modbus-ip-plugin/pull/16#issuecomment-431363145

TBD how this will be done. It is currently just a future work item. Will drop in the v2 project for now, but we can re-evaluate and implement sooner if need be.

edaniszewski commented 5 years ago

related: #330