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. 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 13 actual value of 9.8 to 10.2. 14 flags: 15 - readonly 16