Lines Matching full:objects
2 Implement to provide sensor readings. Objects implementing Sensor.Value
18 Any service implementing Sensor.Value on one or more objects must implement
41 The unit of the reading. Immutable once set for a sensor. For objects
42 in the airflow namespace, Unit must be "CFM" For objects in the
43 altitude namespace, Unit must be "Meters". For objects in the current
44 namespace, Unit must be "Amperes". For objects in the energy
45 namespace, Unit must be "Joules". For objects in the fan_tach
46 namespace, Unit must be "RPMS". For objects in the humidity namespace,
47 Unit must be "PercentRH" For objects in the power namespace, Unit must
48 be "Watts". For objects in the pressure namespace, Unit must be
49 "Pascals" For objects in the temperature namespace, Unit must be
50 "DegreesC". For objects in the utilization namespace, Unit must be
51 "Percent" For objects in the voltage namespace, Unit must be "Volts",
52 For objects in the liquidflow namespace, Unit must be "LPM".