diff --git a/features/device-types-feature/androidsense-plugin-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics.feature/src/main/resources/streams/org.wso2.iot.android.sense_1.0.0.json b/features/device-types-feature/androidsense-plugin-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics.feature/src/main/resources/streams/org.wso2.iot.android.sense_1.0.0.json index e69eb2fc0..27da6dfa6 100644 --- a/features/device-types-feature/androidsense-plugin-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics.feature/src/main/resources/streams/org.wso2.iot.android.sense_1.0.0.json +++ b/features/device-types-feature/androidsense-plugin-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics.feature/src/main/resources/streams/org.wso2.iot.android.sense_1.0.0.json @@ -12,7 +12,7 @@ "payloadData": [ {"name": "battery", "type": "INT"}, {"name": "battery_state", "type": "STRING"}, - {"name": "battery_status", "type": "STRING"}, + {"name": "battery_status", "type": "INT"}, {"name": "battery_temperature", "type": "INT"}, {"name": "gps_lat", "type": "DOUBLE"}, {"name": "gps_long", "type": "DOUBLE"}, diff --git a/features/device-types-feature/androidsense-plugin-feature/org.wso2.carbon.device.mgt.iot.androidsense.backend.feature/src/main/resources/streams/org.wso2.iot.android.sense_1.0.0.json b/features/device-types-feature/androidsense-plugin-feature/org.wso2.carbon.device.mgt.iot.androidsense.backend.feature/src/main/resources/streams/org.wso2.iot.android.sense_1.0.0.json index e69eb2fc0..27da6dfa6 100644 --- a/features/device-types-feature/androidsense-plugin-feature/org.wso2.carbon.device.mgt.iot.androidsense.backend.feature/src/main/resources/streams/org.wso2.iot.android.sense_1.0.0.json +++ b/features/device-types-feature/androidsense-plugin-feature/org.wso2.carbon.device.mgt.iot.androidsense.backend.feature/src/main/resources/streams/org.wso2.iot.android.sense_1.0.0.json @@ -12,7 +12,7 @@ "payloadData": [ {"name": "battery", "type": "INT"}, {"name": "battery_state", "type": "STRING"}, - {"name": "battery_status", "type": "STRING"}, + {"name": "battery_status", "type": "INT"}, {"name": "battery_temperature", "type": "INT"}, {"name": "gps_lat", "type": "DOUBLE"}, {"name": "gps_long", "type": "DOUBLE"},