SolarEnergy/python_device/src/constants.py

6 lines
156 B
Python
Raw Normal View History

2024-07-01 19:10:45 +00:00
# Device reference. This value should never be changed
DEV_REFERENCE = "PyDev"
# Current device version. Must follow semver semantic
DEV_VERSION = "0.0.1"