Intel.Hardware.ModularServer.NumericSensorSensor numérico

Intel.Hardware.ModularServer.NumericSensor (ClassType)

Element properties:

Base ClassIntel.Hardware.ModularServer.Sensor
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdfa87c45e-1c5f-082f-07c9-3e8a66859671

Class Hierarchy:

Class Properties:

Property Name Type Display Name (PTB) Description (PTB) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nome para Exibição Nome para exibição do objeto de monitoramento. false 256  False 
Intel.Hardware.ModularServer.Sensor:
SensorID  string  ID true 256  False 
SensorType  string  Tipo de sensor true 256  False 
LastUpdated  string  Hora da última atualização false 255  False 
Intel.Hardware.ModularServer.NumericSensor:
CurrentReading  double  Leitura do sensor false 256   
Unit  string  Unidade false 256  False 
Description  string  Descrição da leitura do sensor false 255  False 

Health Model:

Source Code:

<ClassType ID="Intel.Hardware.ModularServer.NumericSensor" Accessibility="Public" Abstract="true" Base="Intel.Hardware.ModularServer.Sensor" Hosted="false" Singleton="false">
<Property ID="CurrentReading" Type="double" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Unit" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Description" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
</ClassType>