Class SensorSection
Section for sensor-related operations.
public class SensorSection
- Inheritance
-
SensorSection
- Inherited Members
Constructors
SensorSection()
public SensorSection()
Properties
Alerts
Gets the alerts
public SensorAlertsSection Alerts { get; set; }
Property Value
Gateways
Gets the gateways
public SensorGatewaysSection Gateways { get; set; }
Property Value
Readings
Gets the readings
public SensorReadingsSection Readings { get; set; }
Property Value
Relationships
List the sensor roles for a given sensor or camera device.
public IOrganizationSensorRelationships Relationships { get; set; }