UBNT fixed airos temp in 8.7.7 (#13731)

* UBNT fixed airos temp in 8.7.7
restrict workaround to only versions 8.7.4-8.7.6
fixes: #13655

* remove extra character
This commit is contained in:
Tony Murray
2022-01-29 19:04:03 -06:00
committed by GitHub
parent e628bf5237
commit 29ff20d7eb

View File

@@ -34,7 +34,7 @@ modules:
-
device: version
op: 'regex'
value: '/^(8\.7\.[4-9]|8\.8|9|\d{2,})\./'
value: '/^8\.7\.[4-6]\./'
-
oid: ubntHostTemperature
divisor: 10000000
@@ -44,5 +44,5 @@ modules:
-
device: version
op: 'not_regex'
value: '/^(8\.7\.[4-9]|8\.8|9|\d{2,})\./'
value: '/^8\.7\.[4-6]\./'