Class TrignoBtProperties
Properties of a Bluetooth Low Energy sensor. These are informed by the Bluetooth GATT characteristic values on board the sensor.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DelsysAPI.Components
Assembly: DelsysAPI.dll
Syntax
public class TrignoBtProperties : ComponentProperties
Properties
FirmwareRevision
Firmware version of the sensor
Declaration
public string FirmwareRevision { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ManuName
Manufacturer name value
Declaration
public string ManuName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ModelName
Model name value
Declaration
public string ModelName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PowerOnCount
Number of times the sensor has been powered on
Declaration
public int PowerOnCount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
PowerOnTimeSeconds
Time in seconds the sensor has been powered on
Declaration
public int PowerOnTimeSeconds { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
SensorType
Sensor type
Declaration
public string SensorType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SerialNumber
Serial number of the sensor
Declaration
public string SerialNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Vbatt
Battery voltage of the sensor
Declaration
public float Vbatt { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |