1description: >
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
10          value between 0 and 100.
11          This is NOT a percentage of the sensor value ranges.
12          A value of 0.25 would be 0.25%, a value of 2 would represent 2%.
13          A value of 2 for 2% would mean that a reading of 10 would have an
14          actual value of 9.8 to 10.2.
15      flags:
16          - readonly
17