sensor.value: update property documentation

The Scale and Unit fields are immutable, they can't change
for a sensor.  This is to enable pre-configuring the Scale or
Unit in the phosphor-host-ipmid YAML.

Change-Id: I36d0567a04687146defc70d2e4dcd3444653f4fe
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/xyz/openbmc_project/Sensor/Value.interface.yaml b/xyz/openbmc_project/Sensor/Value.interface.yaml
index 2a060e8..daa7f24 100644
--- a/xyz/openbmc_project/Sensor/Value.interface.yaml
+++ b/xyz/openbmc_project/Sensor/Value.interface.yaml
@@ -24,7 +24,7 @@
     - name: Unit
       type: enum[self.Unit]
       description: >
-          The unit of the reading.
+          The unit of the reading.  Immutable once set for a sensor.
           For objects in the temperature namespace, Unit must be "DegreesC".
           For objects in the fan_tach namespace, Unit must be "RPMS".
           For objects in the voltage namespace, Unit must be "Volts".
@@ -36,6 +36,7 @@
       type: int64
       description: >
           The reading scaling factor N, where the actual reading is Value * 10^N.
+          This is immutable once set for a sensor.
 
 enumerations:
     - name: Unit