Merge PR #662: SensorTag: Add min/max to pressure state

This commit is contained in:
jenkins 2023-03-07 19:21:35 +01:00
commit fc4539a4ce

View File

@ -69,6 +69,8 @@
"displayNameEvent": "Barometric pressure changed", "displayNameEvent": "Barometric pressure changed",
"type": "double", "type": "double",
"unit": "MilliBar", "unit": "MilliBar",
"minValue": 0,
"maxValue": 2000,
"defaultValue": 0 "defaultValue": 0
}, },
{ {