Method | Description | |
---|---|---|
TelemetryApiController ( IDeviceTelemetryLogic deviceTelemetryLogic, IAlertsLogic alertsLogic, IDeviceLogic deviceLogic, IConfigurationProvider configProvider ) : System |
Initializes a new instance of the TelemetryApiController class.
|
Method | Description | |
---|---|---|
GetDashboardDevicePaneDataAsync ( string deviceId ) : Task |
||
GetDeviceLocationData ( ) : Task |
||
GetDeviceTelemetryAsync ( string deviceId, System.DateTime minTime ) : Task |
||
GetDeviceTelemetrySummaryAsync ( string deviceId ) : Task |
||
GetLatestAlertHistoryAsync ( ) : Task |
||
GetMapApiKey ( ) : Task |
||
LoadAllDevicesAsync ( ) : Task
|
public TelemetryApiController ( IDeviceTelemetryLogic deviceTelemetryLogic, IAlertsLogic alertsLogic, IDeviceLogic deviceLogic, IConfigurationProvider configProvider ) : System | ||
deviceTelemetryLogic | IDeviceTelemetryLogic | /// The IDeviceRegistryListLogic implementation that the new instance /// will use. /// |
alertsLogic | IAlertsLogic | /// The IAlertsLogic implementation that the new instance will use. /// |
deviceLogic | IDeviceLogic | /// The IDeviceLogic implementation that the new instance will use. /// |
configProvider | IConfigurationProvider | |
return | System |