Get Sensor Result
data class GetSensorResult(val connectivityTime: String, val dynamicLearning: Boolean, val id: String, val learningMode: Boolean, val name: String, val sensorStatus: String, val sensorType: String? = null, val sensorVersion: String, val systemData: SystemDataResponse, val tiAutomaticUpdates: Boolean? = null, val tiStatus: String, val tiVersion: String, val type: String, val zone: String? = null)
IoT sensor model
Constructors
Link copied to clipboard
constructor(connectivityTime: String, dynamicLearning: Boolean, id: String, learningMode: Boolean, name: String, sensorStatus: String, sensorType: String? = null, sensorVersion: String, systemData: SystemDataResponse, tiAutomaticUpdates: Boolean? = null, tiStatus: String, tiVersion: String, type: String, zone: String? = null)
Properties
Link copied to clipboard
Last connectivity time of the IoT sensor
Link copied to clipboard
Dynamic mode status of the IoT sensor
Link copied to clipboard
Learning mode status of the IoT sensor
Link copied to clipboard
Status of the IoT sensor
Link copied to clipboard
Type of sensor
Link copied to clipboard
Version of the IoT sensor
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Link copied to clipboard
TI Automatic mode status of the IoT sensor