blob: cd454b1ae9b1d2c1ccef23254eb1064cefa18007 [file] [log] [blame]
Brandon Wyman0020fa32022-05-05 18:46:58 +00001description: >
2 Implement to provide accuracy for sensor readings.
3
4properties:
5 - name: Accuracy
6 type: double
7 default: NaN
8 description: >
9 The accuracy range (+/-) of the sensor Value as a percentage, with a
Patrick Williamsa1347412022-12-06 10:56:22 -060010 value between 0 and 100. This is NOT a percentage of the sensor value
11 ranges. A value of 0.25 would be 0.25%, a value of 2 would represent
12 2%. A value of 2 for 2% would mean that a reading of 10 would have an
Brandon Wyman0020fa32022-05-05 18:46:58 +000013 actual value of 9.8 to 10.2.
14 flags:
15 - readonly