From 24e13475c2828cabd1462fd9196d7e97506aff36 Mon Sep 17 00:00:00 2001 From: charithag Date: Fri, 11 Dec 2015 22:52:36 +0530 Subject: [PATCH] Android sense agent updated --- .../EventReceiver_accelerometer.xml | 8 +++ .../artifact.xml | 4 ++ .../artifact.xml | 4 ++ .../org_wso2_iot_devices_accelerometer.xml | 44 ++++++++++++ .../artifact.xml | 5 ++ ....wso2.iot.devices.accelerometer_1.0.0.json | 20 ++++++ .../Accelerometer_Sensor_Script.xml | 13 ++++ .../Sparkscripts_1.0.0/artifact.xml | 5 ++ .../Accelerometer/artifacts.xml | 11 +++ .../EventReceiver_battery.xml | 8 +++ .../Eventreceiver_battery_1.0.0/artifact.xml | 4 ++ .../Eventstore_battery_1.0.0/artifact.xml | 4 ++ .../org_wso2_iot_devices_battery.xml | 44 ++++++++++++ .../Eventstream_battery_1.0.0/artifact.xml | 5 ++ .../org.wso2.iot.devices.battery_1.0.0.json | 20 ++++++ .../Battery_Sensor_Script.xml | 13 ++++ .../Battery/Sparkscripts_1.0.0/artifact.xml | 4 ++ .../Battery/artifacts.xml | 11 +++ .../EventReceiver_gps.xml | 8 +++ .../GPS/Eventreceiver_gps_1.0.0/artifact.xml | 4 ++ .../GPS/Eventstore_gps_1.0.0/artifact.xml | 4 ++ .../org_wso2_iot_devices_gps.xml | 51 +++++++++++++ .../GPS/Eventstream_gps_1.0.0/artifact.xml | 5 ++ .../org.wso2.iot.devices.gps_1.0.0.json | 23 ++++++ .../Sparkscripts_1.0.0/GPS_Sensor_Script.xml | 13 ++++ .../GPS/Sparkscripts_1.0.0/artifact.xml | 4 ++ .../GPS/artifacts.xml | 11 +++ .../EventReceiver_gravity.xml | 8 +++ .../Eventreceiver_gravaity_1.0.0/artifact.xml | 4 ++ .../Eventstore_gravity_1.0.0/artifact.xml | 4 ++ .../org_wso2_iot_devices_gravity.xml | 44 ++++++++++++ .../Eventstream_gravity_1.0.0/artifact.xml | 5 ++ .../org.wso2.iot.devices.gravity_1.0.0.json | 20 ++++++ .../Gravity_Sensor_Script.xml | 13 ++++ .../Gravity/Sparkscripts_1.0.0/artifact.xml | 4 ++ .../Gravity/artifacts.xml | 11 +++ .../EventReceiver_gyroscope.xml | 8 +++ .../artifact.xml | 4 ++ .../Eventstore_gyroscope_1.0.0/artifact.xml | 4 ++ .../org_wso2_iot_devices_gyroscope.xml | 44 ++++++++++++ .../Eventstream_gyroscope_1.0.0/artifact.xml | 5 ++ .../org.wso2.iot.devices.gyroscope_1.0.0.json | 20 ++++++ .../Gyroscope_Sensor_Script.xml | 13 ++++ .../Gyroscope/Sparkscripts_1.0.0/artifact.xml | 4 ++ .../Gyroscope/artifacts.xml | 11 +++ .../EventReceiver_light.xml | 8 +++ .../Eventreceiver_light_1.0.0/artifact.xml | 4 ++ .../Light/Eventstore_light_1.0.0/artifact.xml | 4 ++ .../org_wso2_iot_devices_light.xml | 44 ++++++++++++ .../Eventstream_light_1.0.0/artifact.xml | 5 ++ .../org.wso2.iot.devices.light_1.0.0.json | 20 ++++++ .../Light_Sensor_Script.xml | 13 ++++ .../Light/Sparkscripts_1.0.0/artifact.xml | 4 ++ .../Light/artifacts.xml | 11 +++ .../EventReceiver_magnetic.xml | 8 +++ .../Eventreceiver_magnetic_1.0.0/artifact.xml | 4 ++ .../Eventstore_magnetic_1.0.0/artifact.xml | 4 ++ .../org_wso2_iot_devices_magnetic.xml | 44 ++++++++++++ .../Eventstream_magnetic_1.0.0/artifact.xml | 5 ++ .../org.wso2.iot.devices.magnetic_1.0.0.json | 20 ++++++ .../Magnetic_Sensor_Script.xml | 12 ++++ .../Magnetic/Sparkscripts_1.0.0/artifact.xml | 4 ++ .../Magnetic/artifacts.xml | 11 +++ .../EventReceiver_pressure.xml | 8 +++ .../Eventreceiver_pressure_1.0.0/artifact.xml | 4 ++ .../Eventstore_pressure_1.0.0/artifact.xml | 4 ++ .../org_wso2_iot_devices_pressure.xml | 44 ++++++++++++ .../Eventstream_pressure_1.0.0/artifact.xml | 5 ++ .../org.wso2.iot.devices.pressure_1.0.0.json | 20 ++++++ .../Pressure_Sensor_Script.xml | 13 ++++ .../Pressure/Sparkscripts_1.0.0/artifact.xml | 4 ++ .../Pressure/artifacts.xml | 11 +++ .../EventReceiver_proximity.xml | 8 +++ .../artifact.xml | 4 ++ .../Eventstore_proximity_1.0.0/artifact.xml | 4 ++ .../org_wso2_iot_devices_proximity.xml | 44 ++++++++++++ .../Eventstream_proximity_1.0.0/artifact.xml | 5 ++ .../org.wso2.iot.devices.proximity_1.0.0.json | 20 ++++++ .../Proximity_Sensor_Script.xml | 13 ++++ .../Proximity/Sparkscripts_1.0.0/artifact.xml | 4 ++ .../Proximity/artifacts.xml | 11 +++ .../EventReceiver_rotation.xml | 8 +++ .../Eventreceiver_rotation_1.0.0/artifact.xml | 4 ++ .../Eventstore_rotation_1.0.0/artifact.xml | 4 ++ .../org_wso2_iot_devices_rotation.xml | 44 ++++++++++++ .../Eventstream_rotation_1.0.0/artifact.xml | 5 ++ .../org.wso2.iot.devices.rotation_1.0.0.json | 20 ++++++ .../Rotation_Sensor_Script.xml | 13 ++++ .../Rotation/Sparkscripts_1.0.0/artifact.xml | 4 ++ .../Rotation/artifacts.xml | 11 +++ .../build.xml | 56 +++++++++++++++ .../pom.xml | 68 ++++++++++++++++++ .../resources/carbonapps/Accelerometer.car | Bin 0 -> 4184 bytes .../src/main/resources/carbonapps/Battery.car | Bin 0 -> 3997 bytes .../src/main/resources/carbonapps/GPS.car | Bin 0 -> 3905 bytes .../src/main/resources/carbonapps/Gravity.car | Bin 0 -> 4014 bytes .../main/resources/carbonapps/Gyroscope.car | Bin 0 -> 4074 bytes .../src/main/resources/carbonapps/Light.car | Bin 0 -> 3942 bytes .../main/resources/carbonapps/Magnetic.car | Bin 0 -> 4027 bytes .../main/resources/carbonapps/Pressure.car | Bin 0 -> 4034 bytes .../main/resources/carbonapps/Proximity.car | Bin 0 -> 4081 bytes .../main/resources/carbonapps/Rotation.car | Bin 0 -> 4027 bytes .../src/main/resources/p2.inf | 2 + .../pom.xml | 1 + .../app/pages/iot.page.register/register.json | 2 +- .../EventReceiver_temperature.xml | 8 +++ .../artifact.xml | 4 ++ .../Eventstore_temperature_1.0.0/artifact.xml | 4 ++ .../org_wso2_iot_devices_temperature.xml | 44 ++++++++++++ .../artifact.xml | 5 ++ ...rg.wso2.iot.devices.temperature_1.0.0.json | 20 ++++++ .../Temperature_Sensor_Script.xml | 13 ++++ .../Sparkscripts_1.0.0/artifact.xml | 4 ++ .../Temperature_Sensor/artifacts.xml | 11 +++ .../build.xml | 21 ++++++ .../pom.xml | 68 ++++++++++++++++++ .../carbonapps/Temperature_Sensor.car | Bin 0 -> 4138 bytes .../src/main/resources/p2.inf | 2 + .../pom.xml | 3 +- 119 files changed, 1474 insertions(+), 2 deletions(-) create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Accelerometer/Eventreceiver_accelerometer_1.0.0/EventReceiver_accelerometer.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Accelerometer/Eventreceiver_accelerometer_1.0.0/artifact.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Accelerometer/Eventstore_accelerometer_1.0.0/artifact.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Accelerometer/Eventstore_accelerometer_1.0.0/org_wso2_iot_devices_accelerometer.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Accelerometer/Eventstream_accelerometer_1.0.0/artifact.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Accelerometer/Eventstream_accelerometer_1.0.0/org.wso2.iot.devices.accelerometer_1.0.0.json create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Accelerometer/Sparkscripts_1.0.0/Accelerometer_Sensor_Script.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Accelerometer/Sparkscripts_1.0.0/artifact.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Accelerometer/artifacts.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Battery/Eventreceiver_battery_1.0.0/EventReceiver_battery.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Battery/Eventreceiver_battery_1.0.0/artifact.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Battery/Eventstore_battery_1.0.0/artifact.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Battery/Eventstore_battery_1.0.0/org_wso2_iot_devices_battery.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Battery/Eventstream_battery_1.0.0/artifact.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Battery/Eventstream_battery_1.0.0/org.wso2.iot.devices.battery_1.0.0.json create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Battery/Sparkscripts_1.0.0/Battery_Sensor_Script.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Battery/Sparkscripts_1.0.0/artifact.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Battery/artifacts.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/GPS/Eventreceiver_gps_1.0.0/EventReceiver_gps.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/GPS/Eventreceiver_gps_1.0.0/artifact.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/GPS/Eventstore_gps_1.0.0/artifact.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/GPS/Eventstore_gps_1.0.0/org_wso2_iot_devices_gps.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/GPS/Eventstream_gps_1.0.0/artifact.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/GPS/Eventstream_gps_1.0.0/org.wso2.iot.devices.gps_1.0.0.json create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/GPS/Sparkscripts_1.0.0/GPS_Sensor_Script.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/GPS/Sparkscripts_1.0.0/artifact.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/GPS/artifacts.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gravity/Eventreceiver_gravaity_1.0.0/EventReceiver_gravity.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gravity/Eventreceiver_gravaity_1.0.0/artifact.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gravity/Eventstore_gravity_1.0.0/artifact.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gravity/Eventstore_gravity_1.0.0/org_wso2_iot_devices_gravity.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gravity/Eventstream_gravity_1.0.0/artifact.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gravity/Eventstream_gravity_1.0.0/org.wso2.iot.devices.gravity_1.0.0.json create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gravity/Sparkscripts_1.0.0/Gravity_Sensor_Script.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gravity/Sparkscripts_1.0.0/artifact.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gravity/artifacts.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gyroscope/Eventreceiver_gyroscope_1.0.0/EventReceiver_gyroscope.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gyroscope/Eventreceiver_gyroscope_1.0.0/artifact.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gyroscope/Eventstore_gyroscope_1.0.0/artifact.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gyroscope/Eventstore_gyroscope_1.0.0/org_wso2_iot_devices_gyroscope.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gyroscope/Eventstream_gyroscope_1.0.0/artifact.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gyroscope/Eventstream_gyroscope_1.0.0/org.wso2.iot.devices.gyroscope_1.0.0.json create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gyroscope/Sparkscripts_1.0.0/Gyroscope_Sensor_Script.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gyroscope/Sparkscripts_1.0.0/artifact.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gyroscope/artifacts.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Light/Eventreceiver_light_1.0.0/EventReceiver_light.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Light/Eventreceiver_light_1.0.0/artifact.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Light/Eventstore_light_1.0.0/artifact.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Light/Eventstore_light_1.0.0/org_wso2_iot_devices_light.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Light/Eventstream_light_1.0.0/artifact.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Light/Eventstream_light_1.0.0/org.wso2.iot.devices.light_1.0.0.json create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Light/Sparkscripts_1.0.0/Light_Sensor_Script.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Light/Sparkscripts_1.0.0/artifact.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Light/artifacts.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Magnetic/Eventreceiver_magnetic_1.0.0/EventReceiver_magnetic.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Magnetic/Eventreceiver_magnetic_1.0.0/artifact.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Magnetic/Eventstore_magnetic_1.0.0/artifact.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Magnetic/Eventstore_magnetic_1.0.0/org_wso2_iot_devices_magnetic.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Magnetic/Eventstream_magnetic_1.0.0/artifact.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Magnetic/Eventstream_magnetic_1.0.0/org.wso2.iot.devices.magnetic_1.0.0.json create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Magnetic/Sparkscripts_1.0.0/Magnetic_Sensor_Script.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Magnetic/Sparkscripts_1.0.0/artifact.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Magnetic/artifacts.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Pressure/Eventreceiver_pressure_1.0.0/EventReceiver_pressure.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Pressure/Eventreceiver_pressure_1.0.0/artifact.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Pressure/Eventstore_pressure_1.0.0/artifact.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Pressure/Eventstore_pressure_1.0.0/org_wso2_iot_devices_pressure.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Pressure/Eventstream_pressure_1.0.0/artifact.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Pressure/Eventstream_pressure_1.0.0/org.wso2.iot.devices.pressure_1.0.0.json create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Pressure/Sparkscripts_1.0.0/Pressure_Sensor_Script.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Pressure/Sparkscripts_1.0.0/artifact.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Pressure/artifacts.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Proximity/Eventreceiver_proximity_1.0.0/EventReceiver_proximity.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Proximity/Eventreceiver_proximity_1.0.0/artifact.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Proximity/Eventstore_proximity_1.0.0/artifact.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Proximity/Eventstore_proximity_1.0.0/org_wso2_iot_devices_proximity.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Proximity/Eventstream_proximity_1.0.0/artifact.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Proximity/Eventstream_proximity_1.0.0/org.wso2.iot.devices.proximity_1.0.0.json create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Proximity/Sparkscripts_1.0.0/Proximity_Sensor_Script.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Proximity/Sparkscripts_1.0.0/artifact.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Proximity/artifacts.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Rotation/Eventreceiver_rotation_1.0.0/EventReceiver_rotation.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Rotation/Eventreceiver_rotation_1.0.0/artifact.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Rotation/Eventstore_rotation_1.0.0/artifact.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Rotation/Eventstore_rotation_1.0.0/org_wso2_iot_devices_rotation.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Rotation/Eventstream_rotation_1.0.0/artifact.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Rotation/Eventstream_rotation_1.0.0/org.wso2.iot.devices.rotation_1.0.0.json create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Rotation/Sparkscripts_1.0.0/Rotation_Sensor_Script.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Rotation/Sparkscripts_1.0.0/artifact.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Rotation/artifacts.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/build.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/pom.xml create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.feature/src/main/resources/carbonapps/Accelerometer.car create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.feature/src/main/resources/carbonapps/Battery.car create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.feature/src/main/resources/carbonapps/GPS.car create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.feature/src/main/resources/carbonapps/Gravity.car create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.feature/src/main/resources/carbonapps/Gyroscope.car create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.feature/src/main/resources/carbonapps/Light.car create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.feature/src/main/resources/carbonapps/Magnetic.car create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.feature/src/main/resources/carbonapps/Pressure.car create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.feature/src/main/resources/carbonapps/Proximity.car create mode 100644 features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.feature/src/main/resources/carbonapps/Rotation.car create mode 100644 features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.analytics/Temperature_Sensor/Eventreceiver_temperature_1.0.0/EventReceiver_temperature.xml create mode 100644 features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.analytics/Temperature_Sensor/Eventreceiver_temperature_1.0.0/artifact.xml create mode 100644 features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.analytics/Temperature_Sensor/Eventstore_temperature_1.0.0/artifact.xml create mode 100644 features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.analytics/Temperature_Sensor/Eventstore_temperature_1.0.0/org_wso2_iot_devices_temperature.xml create mode 100644 features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.analytics/Temperature_Sensor/Eventstream_temperature_1.0.0/artifact.xml create mode 100644 features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.analytics/Temperature_Sensor/Eventstream_temperature_1.0.0/org.wso2.iot.devices.temperature_1.0.0.json create mode 100644 features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.analytics/Temperature_Sensor/Sparkscripts_1.0.0/Temperature_Sensor_Script.xml create mode 100644 features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.analytics/Temperature_Sensor/Sparkscripts_1.0.0/artifact.xml create mode 100644 features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.analytics/Temperature_Sensor/artifacts.xml create mode 100644 features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.analytics/build.xml create mode 100644 features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.analytics/pom.xml create mode 100644 features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.feature/src/main/resources/carbonapps/Temperature_Sensor.car diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Accelerometer/Eventreceiver_accelerometer_1.0.0/EventReceiver_accelerometer.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Accelerometer/Eventreceiver_accelerometer_1.0.0/EventReceiver_accelerometer.xml new file mode 100644 index 0000000000..2e43c8c1c6 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Accelerometer/Eventreceiver_accelerometer_1.0.0/EventReceiver_accelerometer.xml @@ -0,0 +1,8 @@ + + + + false + + + + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Accelerometer/Eventreceiver_accelerometer_1.0.0/artifact.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Accelerometer/Eventreceiver_accelerometer_1.0.0/artifact.xml new file mode 100644 index 0000000000..0875edb205 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Accelerometer/Eventreceiver_accelerometer_1.0.0/artifact.xml @@ -0,0 +1,4 @@ + + + EventReceiver_accelerometer.xml + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Accelerometer/Eventstore_accelerometer_1.0.0/artifact.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Accelerometer/Eventstore_accelerometer_1.0.0/artifact.xml new file mode 100644 index 0000000000..9e6f1e8419 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Accelerometer/Eventstore_accelerometer_1.0.0/artifact.xml @@ -0,0 +1,4 @@ + + + org_wso2_iot_devices_accelerometer.xml + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Accelerometer/Eventstore_accelerometer_1.0.0/org_wso2_iot_devices_accelerometer.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Accelerometer/Eventstore_accelerometer_1.0.0/org_wso2_iot_devices_accelerometer.xml new file mode 100644 index 0000000000..3312516e75 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Accelerometer/Eventstore_accelerometer_1.0.0/org_wso2_iot_devices_accelerometer.xml @@ -0,0 +1,44 @@ + + + + org.wso2.iot.devices.accelerometer:1.0.0 + + EVENT_STORE + + + meta_owner + true + true + false + STRING + + + meta_deviceType + true + true + false + STRING + + + meta_deviceId + true + true + false + STRING + + + meta_time + true + true + false + LONG + + + accelerometer + false + false + false + FLOAT + + + \ No newline at end of file diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Accelerometer/Eventstream_accelerometer_1.0.0/artifact.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Accelerometer/Eventstream_accelerometer_1.0.0/artifact.xml new file mode 100644 index 0000000000..94cfa5d370 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Accelerometer/Eventstream_accelerometer_1.0.0/artifact.xml @@ -0,0 +1,5 @@ + + + org.wso2.iot.devices.accelerometer_1.0.0.json + + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Accelerometer/Eventstream_accelerometer_1.0.0/org.wso2.iot.devices.accelerometer_1.0.0.json b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Accelerometer/Eventstream_accelerometer_1.0.0/org.wso2.iot.devices.accelerometer_1.0.0.json new file mode 100644 index 0000000000..db6af8eecb --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Accelerometer/Eventstream_accelerometer_1.0.0/org.wso2.iot.devices.accelerometer_1.0.0.json @@ -0,0 +1,20 @@ +{ + "name": "org.wso2.iot.devices.accelerometer", + "version": "1.0.0", + "nickName": "accelerometer Data", + "description": "accelerometer data received from the Device", + "metaData": [ + {"name":"owner","type":"STRING"}, + {"name":"deviceType","type":"STRING"}, + {"name":"deviceId","type":"STRING"}, + {"name":"time","type":"LONG"} + ], + "payloadData": [ + { + "name": "accelerometer","type": "FLOAT" + } + ] +} + + + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Accelerometer/Sparkscripts_1.0.0/Accelerometer_Sensor_Script.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Accelerometer/Sparkscripts_1.0.0/Accelerometer_Sensor_Script.xml new file mode 100644 index 0000000000..80cf89b5b1 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Accelerometer/Sparkscripts_1.0.0/Accelerometer_Sensor_Script.xml @@ -0,0 +1,13 @@ + + + Accelerometer_Sensor_Script + + 0 * * * * ? + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Accelerometer/Sparkscripts_1.0.0/artifact.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Accelerometer/Sparkscripts_1.0.0/artifact.xml new file mode 100644 index 0000000000..9c88d819b9 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Accelerometer/Sparkscripts_1.0.0/artifact.xml @@ -0,0 +1,5 @@ + + + Accelerometer_Sensor_Script.xml + + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Accelerometer/artifacts.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Accelerometer/artifacts.xml new file mode 100644 index 0000000000..88a8d5f519 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Accelerometer/artifacts.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Battery/Eventreceiver_battery_1.0.0/EventReceiver_battery.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Battery/Eventreceiver_battery_1.0.0/EventReceiver_battery.xml new file mode 100644 index 0000000000..640da303df --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Battery/Eventreceiver_battery_1.0.0/EventReceiver_battery.xml @@ -0,0 +1,8 @@ + + + + false + + + + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Battery/Eventreceiver_battery_1.0.0/artifact.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Battery/Eventreceiver_battery_1.0.0/artifact.xml new file mode 100644 index 0000000000..00f6cbca6c --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Battery/Eventreceiver_battery_1.0.0/artifact.xml @@ -0,0 +1,4 @@ + + + EventReceiver_battery.xml + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Battery/Eventstore_battery_1.0.0/artifact.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Battery/Eventstore_battery_1.0.0/artifact.xml new file mode 100644 index 0000000000..1ab97be079 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Battery/Eventstore_battery_1.0.0/artifact.xml @@ -0,0 +1,4 @@ + + + org_wso2_iot_devices_battery.xml + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Battery/Eventstore_battery_1.0.0/org_wso2_iot_devices_battery.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Battery/Eventstore_battery_1.0.0/org_wso2_iot_devices_battery.xml new file mode 100644 index 0000000000..6f40ebb575 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Battery/Eventstore_battery_1.0.0/org_wso2_iot_devices_battery.xml @@ -0,0 +1,44 @@ + + + + org.wso2.iot.devices.battery:1.0.0 + + EVENT_STORE + + + meta_owner + true + true + false + STRING + + + meta_deviceType + true + true + false + STRING + + + meta_deviceId + true + true + false + STRING + + + meta_time + true + true + false + LONG + + + battery + false + false + false + FLOAT + + + \ No newline at end of file diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Battery/Eventstream_battery_1.0.0/artifact.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Battery/Eventstream_battery_1.0.0/artifact.xml new file mode 100644 index 0000000000..f345142750 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Battery/Eventstream_battery_1.0.0/artifact.xml @@ -0,0 +1,5 @@ + + + org.wso2.iot.devices.battery_1.0.0.json + + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Battery/Eventstream_battery_1.0.0/org.wso2.iot.devices.battery_1.0.0.json b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Battery/Eventstream_battery_1.0.0/org.wso2.iot.devices.battery_1.0.0.json new file mode 100644 index 0000000000..c0a2106f03 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Battery/Eventstream_battery_1.0.0/org.wso2.iot.devices.battery_1.0.0.json @@ -0,0 +1,20 @@ +{ + "name": "org.wso2.iot.devices.battery", + "version": "1.0.0", + "nickName": "battery Data", + "description": "battery data received from the Device", + "metaData": [ + {"name":"owner","type":"STRING"}, + {"name":"deviceType","type":"STRING"}, + {"name":"deviceId","type":"STRING"}, + {"name":"time","type":"LONG"} + ], + "payloadData": [ + { + "name": "battery","type": "FLOAT" + } + ] +} + + + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Battery/Sparkscripts_1.0.0/Battery_Sensor_Script.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Battery/Sparkscripts_1.0.0/Battery_Sensor_Script.xml new file mode 100644 index 0000000000..005ab01094 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Battery/Sparkscripts_1.0.0/Battery_Sensor_Script.xml @@ -0,0 +1,13 @@ + + + Battery_Sensor_Script + + 0 * * * * ? + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Battery/Sparkscripts_1.0.0/artifact.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Battery/Sparkscripts_1.0.0/artifact.xml new file mode 100644 index 0000000000..1a1ad956da --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Battery/Sparkscripts_1.0.0/artifact.xml @@ -0,0 +1,4 @@ + + + Battery_Sensor_Script.xml + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Battery/artifacts.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Battery/artifacts.xml new file mode 100644 index 0000000000..b5514bd6e3 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Battery/artifacts.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/GPS/Eventreceiver_gps_1.0.0/EventReceiver_gps.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/GPS/Eventreceiver_gps_1.0.0/EventReceiver_gps.xml new file mode 100644 index 0000000000..acda8f1ac5 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/GPS/Eventreceiver_gps_1.0.0/EventReceiver_gps.xml @@ -0,0 +1,8 @@ + + + + false + + + + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/GPS/Eventreceiver_gps_1.0.0/artifact.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/GPS/Eventreceiver_gps_1.0.0/artifact.xml new file mode 100644 index 0000000000..da4b580256 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/GPS/Eventreceiver_gps_1.0.0/artifact.xml @@ -0,0 +1,4 @@ + + + EventReceiver_gps.xml + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/GPS/Eventstore_gps_1.0.0/artifact.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/GPS/Eventstore_gps_1.0.0/artifact.xml new file mode 100644 index 0000000000..04fe1f05e6 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/GPS/Eventstore_gps_1.0.0/artifact.xml @@ -0,0 +1,4 @@ + + + org_wso2_iot_devices_gps.xml + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/GPS/Eventstore_gps_1.0.0/org_wso2_iot_devices_gps.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/GPS/Eventstore_gps_1.0.0/org_wso2_iot_devices_gps.xml new file mode 100644 index 0000000000..98de2ba9e6 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/GPS/Eventstore_gps_1.0.0/org_wso2_iot_devices_gps.xml @@ -0,0 +1,51 @@ + + + + org.wso2.iot.devices.gps:1.0.0 + + EVENT_STORE + + + meta_owner + true + true + false + STRING + + + meta_deviceType + true + true + false + STRING + + + meta_deviceId + true + true + false + STRING + + + meta_time + true + true + false + LONG + + + latitude + false + false + false + FLOAT + + + longitude + false + false + false + FLOAT + + + \ No newline at end of file diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/GPS/Eventstream_gps_1.0.0/artifact.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/GPS/Eventstream_gps_1.0.0/artifact.xml new file mode 100644 index 0000000000..5d0432ee27 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/GPS/Eventstream_gps_1.0.0/artifact.xml @@ -0,0 +1,5 @@ + + + org.wso2.iot.devices.gps_1.0.0.json + + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/GPS/Eventstream_gps_1.0.0/org.wso2.iot.devices.gps_1.0.0.json b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/GPS/Eventstream_gps_1.0.0/org.wso2.iot.devices.gps_1.0.0.json new file mode 100644 index 0000000000..04d2b10699 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/GPS/Eventstream_gps_1.0.0/org.wso2.iot.devices.gps_1.0.0.json @@ -0,0 +1,23 @@ +{ + "name": "org.wso2.iot.devices.gps", + "version": "1.0.0", + "nickName": "GPS Data", + "description": "GPS data received from the Device", + "metaData": [ + {"name":"owner","type":"STRING"}, + {"name":"deviceType","type":"STRING"}, + {"name":"deviceId","type":"STRING"}, + {"name":"time","type":"LONG"} + ], + "payloadData": [ + { + "name": "latitude","type": "FLOAT" + }, + { + "name": "longitude","type": "FLOAT" + } + ] +} + + + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/GPS/Sparkscripts_1.0.0/GPS_Sensor_Script.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/GPS/Sparkscripts_1.0.0/GPS_Sensor_Script.xml new file mode 100644 index 0000000000..8d67f805dd --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/GPS/Sparkscripts_1.0.0/GPS_Sensor_Script.xml @@ -0,0 +1,13 @@ + + + IoTServer_Sensor_Script + + 0 * * * * ? + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/GPS/Sparkscripts_1.0.0/artifact.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/GPS/Sparkscripts_1.0.0/artifact.xml new file mode 100644 index 0000000000..19a4f36dbf --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/GPS/Sparkscripts_1.0.0/artifact.xml @@ -0,0 +1,4 @@ + + + GPS_Sensor_Script.xml + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/GPS/artifacts.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/GPS/artifacts.xml new file mode 100644 index 0000000000..8bf3d37c84 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/GPS/artifacts.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gravity/Eventreceiver_gravaity_1.0.0/EventReceiver_gravity.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gravity/Eventreceiver_gravaity_1.0.0/EventReceiver_gravity.xml new file mode 100644 index 0000000000..86efcbfbb5 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gravity/Eventreceiver_gravaity_1.0.0/EventReceiver_gravity.xml @@ -0,0 +1,8 @@ + + + + false + + + + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gravity/Eventreceiver_gravaity_1.0.0/artifact.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gravity/Eventreceiver_gravaity_1.0.0/artifact.xml new file mode 100644 index 0000000000..e150a5c6c7 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gravity/Eventreceiver_gravaity_1.0.0/artifact.xml @@ -0,0 +1,4 @@ + + + EventReceiver_gravity.xml + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gravity/Eventstore_gravity_1.0.0/artifact.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gravity/Eventstore_gravity_1.0.0/artifact.xml new file mode 100644 index 0000000000..d54e89a9e0 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gravity/Eventstore_gravity_1.0.0/artifact.xml @@ -0,0 +1,4 @@ + + + org_wso2_iot_devices_gravity.xml + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gravity/Eventstore_gravity_1.0.0/org_wso2_iot_devices_gravity.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gravity/Eventstore_gravity_1.0.0/org_wso2_iot_devices_gravity.xml new file mode 100644 index 0000000000..3a57543455 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gravity/Eventstore_gravity_1.0.0/org_wso2_iot_devices_gravity.xml @@ -0,0 +1,44 @@ + + + + org.wso2.iot.devices.gravity:1.0.0 + + EVENT_STORE + + + meta_owner + true + true + false + STRING + + + meta_deviceType + true + true + false + STRING + + + meta_deviceId + true + true + false + STRING + + + meta_time + true + true + false + LONG + + + gravity + false + false + false + FLOAT + + + \ No newline at end of file diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gravity/Eventstream_gravity_1.0.0/artifact.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gravity/Eventstream_gravity_1.0.0/artifact.xml new file mode 100644 index 0000000000..2953fd5b34 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gravity/Eventstream_gravity_1.0.0/artifact.xml @@ -0,0 +1,5 @@ + + + org.wso2.iot.devices.gravity_1.0.0.json + + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gravity/Eventstream_gravity_1.0.0/org.wso2.iot.devices.gravity_1.0.0.json b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gravity/Eventstream_gravity_1.0.0/org.wso2.iot.devices.gravity_1.0.0.json new file mode 100644 index 0000000000..f18bd87be1 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gravity/Eventstream_gravity_1.0.0/org.wso2.iot.devices.gravity_1.0.0.json @@ -0,0 +1,20 @@ +{ + "name": "org.wso2.iot.devices.gravity", + "version": "1.0.0", + "nickName": "Gravity Data", + "description": "Gravity data received from the Device", + "metaData": [ + {"name":"owner","type":"STRING"}, + {"name":"deviceType","type":"STRING"}, + {"name":"deviceId","type":"STRING"}, + {"name":"time","type":"LONG"} + ], + "payloadData": [ + { + "name": "gravity","type": "FLOAT" + } + ] +} + + + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gravity/Sparkscripts_1.0.0/Gravity_Sensor_Script.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gravity/Sparkscripts_1.0.0/Gravity_Sensor_Script.xml new file mode 100644 index 0000000000..34bcb8d041 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gravity/Sparkscripts_1.0.0/Gravity_Sensor_Script.xml @@ -0,0 +1,13 @@ + + + IoTServer_Sensor_Script + + 0 * * * * ? + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gravity/Sparkscripts_1.0.0/artifact.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gravity/Sparkscripts_1.0.0/artifact.xml new file mode 100644 index 0000000000..0d5f122e77 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gravity/Sparkscripts_1.0.0/artifact.xml @@ -0,0 +1,4 @@ + + + Gravity_Sensor_Script.xml + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gravity/artifacts.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gravity/artifacts.xml new file mode 100644 index 0000000000..1a9e815ed7 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gravity/artifacts.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gyroscope/Eventreceiver_gyroscope_1.0.0/EventReceiver_gyroscope.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gyroscope/Eventreceiver_gyroscope_1.0.0/EventReceiver_gyroscope.xml new file mode 100644 index 0000000000..f5aa74ea9b --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gyroscope/Eventreceiver_gyroscope_1.0.0/EventReceiver_gyroscope.xml @@ -0,0 +1,8 @@ + + + + false + + + + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gyroscope/Eventreceiver_gyroscope_1.0.0/artifact.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gyroscope/Eventreceiver_gyroscope_1.0.0/artifact.xml new file mode 100644 index 0000000000..4d4a7b9165 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gyroscope/Eventreceiver_gyroscope_1.0.0/artifact.xml @@ -0,0 +1,4 @@ + + + EventReceiver_gyroscope.xml + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gyroscope/Eventstore_gyroscope_1.0.0/artifact.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gyroscope/Eventstore_gyroscope_1.0.0/artifact.xml new file mode 100644 index 0000000000..73fbde215e --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gyroscope/Eventstore_gyroscope_1.0.0/artifact.xml @@ -0,0 +1,4 @@ + + + org_wso2_iot_devices_gyroscope.xml + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gyroscope/Eventstore_gyroscope_1.0.0/org_wso2_iot_devices_gyroscope.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gyroscope/Eventstore_gyroscope_1.0.0/org_wso2_iot_devices_gyroscope.xml new file mode 100644 index 0000000000..603711c1cc --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gyroscope/Eventstore_gyroscope_1.0.0/org_wso2_iot_devices_gyroscope.xml @@ -0,0 +1,44 @@ + + + + org.wso2.iot.devices.gyroscope:1.0.0 + + EVENT_STORE + + + meta_owner + true + true + false + STRING + + + meta_deviceType + true + true + false + STRING + + + meta_deviceId + true + true + false + STRING + + + meta_time + true + true + false + LONG + + + gyroscope + false + false + false + FLOAT + + + \ No newline at end of file diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gyroscope/Eventstream_gyroscope_1.0.0/artifact.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gyroscope/Eventstream_gyroscope_1.0.0/artifact.xml new file mode 100644 index 0000000000..e09e166e32 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gyroscope/Eventstream_gyroscope_1.0.0/artifact.xml @@ -0,0 +1,5 @@ + + + org.wso2.iot.devices.gyroscope_1.0.0.json + + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gyroscope/Eventstream_gyroscope_1.0.0/org.wso2.iot.devices.gyroscope_1.0.0.json b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gyroscope/Eventstream_gyroscope_1.0.0/org.wso2.iot.devices.gyroscope_1.0.0.json new file mode 100644 index 0000000000..0583da295a --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gyroscope/Eventstream_gyroscope_1.0.0/org.wso2.iot.devices.gyroscope_1.0.0.json @@ -0,0 +1,20 @@ +{ + "name": "org.wso2.iot.devices.gyroscope", + "version": "1.0.0", + "nickName": "Gyroscope Data", + "description": "Gyroscope data received from the Device", + "metaData": [ + {"name":"owner","type":"STRING"}, + {"name":"deviceType","type":"STRING"}, + {"name":"deviceId","type":"STRING"}, + {"name":"time","type":"LONG"} + ], + "payloadData": [ + { + "name": "gyroscope","type": "FLOAT" + } + ] +} + + + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gyroscope/Sparkscripts_1.0.0/Gyroscope_Sensor_Script.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gyroscope/Sparkscripts_1.0.0/Gyroscope_Sensor_Script.xml new file mode 100644 index 0000000000..f26032cf77 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gyroscope/Sparkscripts_1.0.0/Gyroscope_Sensor_Script.xml @@ -0,0 +1,13 @@ + + + IoTServer_Sensor_Script + + 0 * * * * ? + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gyroscope/Sparkscripts_1.0.0/artifact.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gyroscope/Sparkscripts_1.0.0/artifact.xml new file mode 100644 index 0000000000..3fcf3d50bc --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gyroscope/Sparkscripts_1.0.0/artifact.xml @@ -0,0 +1,4 @@ + + + Gyroscope_Sensor_Script.xml + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gyroscope/artifacts.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gyroscope/artifacts.xml new file mode 100644 index 0000000000..6a3ea8181c --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Gyroscope/artifacts.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Light/Eventreceiver_light_1.0.0/EventReceiver_light.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Light/Eventreceiver_light_1.0.0/EventReceiver_light.xml new file mode 100644 index 0000000000..ef4ec04da5 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Light/Eventreceiver_light_1.0.0/EventReceiver_light.xml @@ -0,0 +1,8 @@ + + + + false + + + + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Light/Eventreceiver_light_1.0.0/artifact.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Light/Eventreceiver_light_1.0.0/artifact.xml new file mode 100644 index 0000000000..a7d13f8d5f --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Light/Eventreceiver_light_1.0.0/artifact.xml @@ -0,0 +1,4 @@ + + + EventReceiver_light.xml + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Light/Eventstore_light_1.0.0/artifact.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Light/Eventstore_light_1.0.0/artifact.xml new file mode 100644 index 0000000000..b424b32dc9 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Light/Eventstore_light_1.0.0/artifact.xml @@ -0,0 +1,4 @@ + + + org_wso2_iot_devices_light.xml + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Light/Eventstore_light_1.0.0/org_wso2_iot_devices_light.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Light/Eventstore_light_1.0.0/org_wso2_iot_devices_light.xml new file mode 100644 index 0000000000..4ccd871b80 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Light/Eventstore_light_1.0.0/org_wso2_iot_devices_light.xml @@ -0,0 +1,44 @@ + + + + org.wso2.iot.devices.light:1.0.0 + + EVENT_STORE + + + meta_owner + true + true + false + STRING + + + meta_deviceType + true + true + false + STRING + + + meta_deviceId + true + true + false + STRING + + + meta_time + true + true + false + LONG + + + light + false + false + false + FLOAT + + + \ No newline at end of file diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Light/Eventstream_light_1.0.0/artifact.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Light/Eventstream_light_1.0.0/artifact.xml new file mode 100644 index 0000000000..39d09aff7a --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Light/Eventstream_light_1.0.0/artifact.xml @@ -0,0 +1,5 @@ + + + org.wso2.iot.devices.light_1.0.0.json + + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Light/Eventstream_light_1.0.0/org.wso2.iot.devices.light_1.0.0.json b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Light/Eventstream_light_1.0.0/org.wso2.iot.devices.light_1.0.0.json new file mode 100644 index 0000000000..253f0b0c0d --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Light/Eventstream_light_1.0.0/org.wso2.iot.devices.light_1.0.0.json @@ -0,0 +1,20 @@ +{ + "name": "org.wso2.iot.devices.light", + "version": "1.0.0", + "nickName": "light Data", + "description": "light data received from the Device", + "metaData": [ + {"name":"owner","type":"STRING"}, + {"name":"deviceType","type":"STRING"}, + {"name":"deviceId","type":"STRING"}, + {"name":"time","type":"LONG"} + ], + "payloadData": [ + { + "name": "light","type": "FLOAT" + } + ] +} + + + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Light/Sparkscripts_1.0.0/Light_Sensor_Script.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Light/Sparkscripts_1.0.0/Light_Sensor_Script.xml new file mode 100644 index 0000000000..930fd26e8d --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Light/Sparkscripts_1.0.0/Light_Sensor_Script.xml @@ -0,0 +1,13 @@ + + + Light_Sensor_Script + + 0 * * * * ? + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Light/Sparkscripts_1.0.0/artifact.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Light/Sparkscripts_1.0.0/artifact.xml new file mode 100644 index 0000000000..30953886fe --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Light/Sparkscripts_1.0.0/artifact.xml @@ -0,0 +1,4 @@ + + + Light_Sensor_Script.xml + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Light/artifacts.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Light/artifacts.xml new file mode 100644 index 0000000000..79bc08b53f --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Light/artifacts.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Magnetic/Eventreceiver_magnetic_1.0.0/EventReceiver_magnetic.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Magnetic/Eventreceiver_magnetic_1.0.0/EventReceiver_magnetic.xml new file mode 100644 index 0000000000..22e8e22f34 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Magnetic/Eventreceiver_magnetic_1.0.0/EventReceiver_magnetic.xml @@ -0,0 +1,8 @@ + + + + false + + + + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Magnetic/Eventreceiver_magnetic_1.0.0/artifact.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Magnetic/Eventreceiver_magnetic_1.0.0/artifact.xml new file mode 100644 index 0000000000..2d595f4f41 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Magnetic/Eventreceiver_magnetic_1.0.0/artifact.xml @@ -0,0 +1,4 @@ + + + EventReceiver_magnetic.xml + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Magnetic/Eventstore_magnetic_1.0.0/artifact.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Magnetic/Eventstore_magnetic_1.0.0/artifact.xml new file mode 100644 index 0000000000..d84e3fea49 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Magnetic/Eventstore_magnetic_1.0.0/artifact.xml @@ -0,0 +1,4 @@ + + + org_wso2_iot_devices_magnetic.xml + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Magnetic/Eventstore_magnetic_1.0.0/org_wso2_iot_devices_magnetic.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Magnetic/Eventstore_magnetic_1.0.0/org_wso2_iot_devices_magnetic.xml new file mode 100644 index 0000000000..eefb1fb0d3 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Magnetic/Eventstore_magnetic_1.0.0/org_wso2_iot_devices_magnetic.xml @@ -0,0 +1,44 @@ + + + + org.wso2.iot.devices.magnetic:1.0.0 + + EVENT_STORE + + + meta_owner + true + true + false + STRING + + + meta_deviceType + true + true + false + STRING + + + meta_deviceId + true + true + false + STRING + + + meta_time + true + true + false + LONG + + + magnetic + false + false + false + FLOAT + + + \ No newline at end of file diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Magnetic/Eventstream_magnetic_1.0.0/artifact.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Magnetic/Eventstream_magnetic_1.0.0/artifact.xml new file mode 100644 index 0000000000..2d0711393a --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Magnetic/Eventstream_magnetic_1.0.0/artifact.xml @@ -0,0 +1,5 @@ + + + org.wso2.iot.devices.magnetic_1.0.0.json + + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Magnetic/Eventstream_magnetic_1.0.0/org.wso2.iot.devices.magnetic_1.0.0.json b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Magnetic/Eventstream_magnetic_1.0.0/org.wso2.iot.devices.magnetic_1.0.0.json new file mode 100644 index 0000000000..5cbe22ba12 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Magnetic/Eventstream_magnetic_1.0.0/org.wso2.iot.devices.magnetic_1.0.0.json @@ -0,0 +1,20 @@ +{ + "name": "org.wso2.iot.devices.magnetic", + "version": "1.0.0", + "nickName": "magnetic Data", + "description": "magnetic data received from the Device", + "metaData": [ + {"name":"owner","type":"STRING"}, + {"name":"deviceType","type":"STRING"}, + {"name":"deviceId","type":"STRING"}, + {"name":"time","type":"LONG"} + ], + "payloadData": [ + { + "name": "magnetic","type": "FLOAT" + } + ] +} + + + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Magnetic/Sparkscripts_1.0.0/Magnetic_Sensor_Script.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Magnetic/Sparkscripts_1.0.0/Magnetic_Sensor_Script.xml new file mode 100644 index 0000000000..7df6931efd --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Magnetic/Sparkscripts_1.0.0/Magnetic_Sensor_Script.xml @@ -0,0 +1,12 @@ + + + IoTServer_Sensor_Script + + 0 * * * * ? + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Magnetic/Sparkscripts_1.0.0/artifact.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Magnetic/Sparkscripts_1.0.0/artifact.xml new file mode 100644 index 0000000000..81a49e1fb6 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Magnetic/Sparkscripts_1.0.0/artifact.xml @@ -0,0 +1,4 @@ + + + Magnetic_Sensor_Script.xml + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Magnetic/artifacts.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Magnetic/artifacts.xml new file mode 100644 index 0000000000..8c013b5d91 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Magnetic/artifacts.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Pressure/Eventreceiver_pressure_1.0.0/EventReceiver_pressure.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Pressure/Eventreceiver_pressure_1.0.0/EventReceiver_pressure.xml new file mode 100644 index 0000000000..76ac86191c --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Pressure/Eventreceiver_pressure_1.0.0/EventReceiver_pressure.xml @@ -0,0 +1,8 @@ + + + + false + + + + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Pressure/Eventreceiver_pressure_1.0.0/artifact.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Pressure/Eventreceiver_pressure_1.0.0/artifact.xml new file mode 100644 index 0000000000..c611037cb4 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Pressure/Eventreceiver_pressure_1.0.0/artifact.xml @@ -0,0 +1,4 @@ + + + EventReceiver_pressure.xml + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Pressure/Eventstore_pressure_1.0.0/artifact.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Pressure/Eventstore_pressure_1.0.0/artifact.xml new file mode 100644 index 0000000000..dfae64f1f7 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Pressure/Eventstore_pressure_1.0.0/artifact.xml @@ -0,0 +1,4 @@ + + + org_wso2_iot_devices_pressure.xml + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Pressure/Eventstore_pressure_1.0.0/org_wso2_iot_devices_pressure.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Pressure/Eventstore_pressure_1.0.0/org_wso2_iot_devices_pressure.xml new file mode 100644 index 0000000000..2533da297f --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Pressure/Eventstore_pressure_1.0.0/org_wso2_iot_devices_pressure.xml @@ -0,0 +1,44 @@ + + + + org.wso2.iot.devices.pressure:1.0.0 + + EVENT_STORE + + + meta_owner + true + true + false + STRING + + + meta_deviceType + true + true + false + STRING + + + meta_deviceId + true + true + false + STRING + + + meta_time + true + true + false + LONG + + + pressure + false + false + false + FLOAT + + + \ No newline at end of file diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Pressure/Eventstream_pressure_1.0.0/artifact.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Pressure/Eventstream_pressure_1.0.0/artifact.xml new file mode 100644 index 0000000000..2a2f886818 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Pressure/Eventstream_pressure_1.0.0/artifact.xml @@ -0,0 +1,5 @@ + + + org.wso2.iot.devices.pressure_1.0.0.json + + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Pressure/Eventstream_pressure_1.0.0/org.wso2.iot.devices.pressure_1.0.0.json b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Pressure/Eventstream_pressure_1.0.0/org.wso2.iot.devices.pressure_1.0.0.json new file mode 100644 index 0000000000..f58059d284 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Pressure/Eventstream_pressure_1.0.0/org.wso2.iot.devices.pressure_1.0.0.json @@ -0,0 +1,20 @@ +{ + "name": "org.wso2.iot.devices.pressure", + "version": "1.0.0", + "nickName": "Pressure Data", + "description": "Pressure data received from the Device", + "metaData": [ + {"name":"owner","type":"STRING"}, + {"name":"deviceType","type":"STRING"}, + {"name":"deviceId","type":"STRING"}, + {"name":"time","type":"LONG"} + ], + "payloadData": [ + { + "name": "pressure","type": "FLOAT" + } + ] +} + + + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Pressure/Sparkscripts_1.0.0/Pressure_Sensor_Script.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Pressure/Sparkscripts_1.0.0/Pressure_Sensor_Script.xml new file mode 100644 index 0000000000..d6c0e353e0 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Pressure/Sparkscripts_1.0.0/Pressure_Sensor_Script.xml @@ -0,0 +1,13 @@ + + + IoTServer_Sensor_Script + + 0 * * * * ? + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Pressure/Sparkscripts_1.0.0/artifact.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Pressure/Sparkscripts_1.0.0/artifact.xml new file mode 100644 index 0000000000..046bc61920 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Pressure/Sparkscripts_1.0.0/artifact.xml @@ -0,0 +1,4 @@ + + + Pressure_Sensor_Script.xml + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Pressure/artifacts.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Pressure/artifacts.xml new file mode 100644 index 0000000000..249b33da2a --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Pressure/artifacts.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Proximity/Eventreceiver_proximity_1.0.0/EventReceiver_proximity.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Proximity/Eventreceiver_proximity_1.0.0/EventReceiver_proximity.xml new file mode 100644 index 0000000000..d57d2e0a09 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Proximity/Eventreceiver_proximity_1.0.0/EventReceiver_proximity.xml @@ -0,0 +1,8 @@ + + + + false + + + + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Proximity/Eventreceiver_proximity_1.0.0/artifact.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Proximity/Eventreceiver_proximity_1.0.0/artifact.xml new file mode 100644 index 0000000000..1e3fbccb2c --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Proximity/Eventreceiver_proximity_1.0.0/artifact.xml @@ -0,0 +1,4 @@ + + + EventReceiver_proximity.xml + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Proximity/Eventstore_proximity_1.0.0/artifact.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Proximity/Eventstore_proximity_1.0.0/artifact.xml new file mode 100644 index 0000000000..bdcffa5b97 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Proximity/Eventstore_proximity_1.0.0/artifact.xml @@ -0,0 +1,4 @@ + + + org_wso2_iot_devices_proximity.xml + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Proximity/Eventstore_proximity_1.0.0/org_wso2_iot_devices_proximity.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Proximity/Eventstore_proximity_1.0.0/org_wso2_iot_devices_proximity.xml new file mode 100644 index 0000000000..f0958f01aa --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Proximity/Eventstore_proximity_1.0.0/org_wso2_iot_devices_proximity.xml @@ -0,0 +1,44 @@ + + + + org.wso2.iot.devices.proximity:1.0.0 + + EVENT_STORE + + + meta_owner + true + true + false + STRING + + + meta_deviceType + true + true + false + STRING + + + meta_deviceId + true + true + false + STRING + + + meta_time + true + true + false + LONG + + + proximity + false + false + false + FLOAT + + + \ No newline at end of file diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Proximity/Eventstream_proximity_1.0.0/artifact.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Proximity/Eventstream_proximity_1.0.0/artifact.xml new file mode 100644 index 0000000000..bec6067301 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Proximity/Eventstream_proximity_1.0.0/artifact.xml @@ -0,0 +1,5 @@ + + + org.wso2.iot.devices.proximity_1.0.0.json + + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Proximity/Eventstream_proximity_1.0.0/org.wso2.iot.devices.proximity_1.0.0.json b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Proximity/Eventstream_proximity_1.0.0/org.wso2.iot.devices.proximity_1.0.0.json new file mode 100644 index 0000000000..88fb90089d --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Proximity/Eventstream_proximity_1.0.0/org.wso2.iot.devices.proximity_1.0.0.json @@ -0,0 +1,20 @@ +{ + "name": "org.wso2.iot.devices.proximity", + "version": "1.0.0", + "nickName": "Proximity Data", + "description": "Proximity data received from the Device", + "metaData": [ + {"name":"owner","type":"STRING"}, + {"name":"deviceType","type":"STRING"}, + {"name":"deviceId","type":"STRING"}, + {"name":"time","type":"LONG"} + ], + "payloadData": [ + { + "name": "proximity","type": "FLOAT" + } + ] +} + + + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Proximity/Sparkscripts_1.0.0/Proximity_Sensor_Script.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Proximity/Sparkscripts_1.0.0/Proximity_Sensor_Script.xml new file mode 100644 index 0000000000..889cfca6d7 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Proximity/Sparkscripts_1.0.0/Proximity_Sensor_Script.xml @@ -0,0 +1,13 @@ + + + IoTServer_Sensor_Script + + 0 * * * * ? + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Proximity/Sparkscripts_1.0.0/artifact.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Proximity/Sparkscripts_1.0.0/artifact.xml new file mode 100644 index 0000000000..c3bc1d61ee --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Proximity/Sparkscripts_1.0.0/artifact.xml @@ -0,0 +1,4 @@ + + + Proximity_Sensor_Script.xml + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Proximity/artifacts.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Proximity/artifacts.xml new file mode 100644 index 0000000000..d682d5b67a --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Proximity/artifacts.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Rotation/Eventreceiver_rotation_1.0.0/EventReceiver_rotation.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Rotation/Eventreceiver_rotation_1.0.0/EventReceiver_rotation.xml new file mode 100644 index 0000000000..df0dfb5722 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Rotation/Eventreceiver_rotation_1.0.0/EventReceiver_rotation.xml @@ -0,0 +1,8 @@ + + + + false + + + + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Rotation/Eventreceiver_rotation_1.0.0/artifact.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Rotation/Eventreceiver_rotation_1.0.0/artifact.xml new file mode 100644 index 0000000000..3395400e99 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Rotation/Eventreceiver_rotation_1.0.0/artifact.xml @@ -0,0 +1,4 @@ + + + EventReceiver_rotation.xml + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Rotation/Eventstore_rotation_1.0.0/artifact.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Rotation/Eventstore_rotation_1.0.0/artifact.xml new file mode 100644 index 0000000000..6a75eba883 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Rotation/Eventstore_rotation_1.0.0/artifact.xml @@ -0,0 +1,4 @@ + + + org_wso2_iot_devices_rotation.xml + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Rotation/Eventstore_rotation_1.0.0/org_wso2_iot_devices_rotation.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Rotation/Eventstore_rotation_1.0.0/org_wso2_iot_devices_rotation.xml new file mode 100644 index 0000000000..8e6863f5c2 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Rotation/Eventstore_rotation_1.0.0/org_wso2_iot_devices_rotation.xml @@ -0,0 +1,44 @@ + + + + org.wso2.iot.devices.rotation:1.0.0 + + EVENT_STORE + + + meta_owner + true + true + false + STRING + + + meta_deviceType + true + true + false + STRING + + + meta_deviceId + true + true + false + STRING + + + meta_time + true + true + false + LONG + + + rotation + false + false + false + FLOAT + + + \ No newline at end of file diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Rotation/Eventstream_rotation_1.0.0/artifact.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Rotation/Eventstream_rotation_1.0.0/artifact.xml new file mode 100644 index 0000000000..21982655b6 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Rotation/Eventstream_rotation_1.0.0/artifact.xml @@ -0,0 +1,5 @@ + + + org.wso2.iot.devices.rotation_1.0.0.json + + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Rotation/Eventstream_rotation_1.0.0/org.wso2.iot.devices.rotation_1.0.0.json b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Rotation/Eventstream_rotation_1.0.0/org.wso2.iot.devices.rotation_1.0.0.json new file mode 100644 index 0000000000..03881bcf3b --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Rotation/Eventstream_rotation_1.0.0/org.wso2.iot.devices.rotation_1.0.0.json @@ -0,0 +1,20 @@ +{ + "name": "org.wso2.iot.devices.rotation", + "version": "1.0.0", + "nickName": "Rotation Data", + "description": "Rotation data received from the Device", + "metaData": [ + {"name":"owner","type":"STRING"}, + {"name":"deviceType","type":"STRING"}, + {"name":"deviceId","type":"STRING"}, + {"name":"time","type":"LONG"} + ], + "payloadData": [ + { + "name": "rotation","type": "FLOAT" + } + ] +} + + + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Rotation/Sparkscripts_1.0.0/Rotation_Sensor_Script.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Rotation/Sparkscripts_1.0.0/Rotation_Sensor_Script.xml new file mode 100644 index 0000000000..ed2730eb9d --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Rotation/Sparkscripts_1.0.0/Rotation_Sensor_Script.xml @@ -0,0 +1,13 @@ + + + IoTServer_Sensor_Script + + 0 * * * * ? + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Rotation/Sparkscripts_1.0.0/artifact.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Rotation/Sparkscripts_1.0.0/artifact.xml new file mode 100644 index 0000000000..59ec938373 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Rotation/Sparkscripts_1.0.0/artifact.xml @@ -0,0 +1,4 @@ + + + Rotation_Sensor_Script.xml + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Rotation/artifacts.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Rotation/artifacts.xml new file mode 100644 index 0000000000..4a2b6e95f2 --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/Rotation/artifacts.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/build.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/build.xml new file mode 100644 index 0000000000..a9a175f67f --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/build.xml @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/pom.xml b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/pom.xml new file mode 100644 index 0000000000..240dc0da9f --- /dev/null +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.analytics/pom.xml @@ -0,0 +1,68 @@ + + + + + + org.wso2.carbon.devicemgt-plugins + device-mgt-iot-androidsense-feature + 1.9.2-SNAPSHOT + ../../../pom.xml + + + 4.0.0 + org.wso2.carbon.device.mgt.iot.androidsense.analytics + WSO2 Carbon - IoT Server Android Sense Analytics capp + pom + + + + + maven-clean-plugin + 2.4.1 + + + auto-clean + initialize + + clean + + + + + + maven-antrun-plugin + 1.7 + + + process-resources + + + + + + + run + + + + + + + + \ No newline at end of file diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.feature/src/main/resources/carbonapps/Accelerometer.car b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.feature/src/main/resources/carbonapps/Accelerometer.car new file mode 100644 index 0000000000000000000000000000000000000000..6facba556a9660f8c8b59eab5f044bd1daf89d18 GIT binary patch literal 4184 zcmb7H2UJr@7fz&z7^+HFSP((L7&=mP>Rxo&_rnx zlps^LMj=s7UMRGc4HAjEghIPIqcFgmI1~nj9oPHU9!_D;yJ_!%aYdtcFs5|Q zM>a;IY@BznrgXgzur_qFL0|MhqMh6@9u(h72l7aXhQp^vAFlv^tOkQXs+;cqlk4|r z7;G60sE_j{3w;Fyl{n<}s%X~q;fC8ATB?0`#+zryCsbYTwg*dU_`$=l{-?r&vjZ$APvSWi%nVc- z`A-S*nYN_LYfgzwD`~3IK#Fa9vFDXp#^LuKU8pwA=cx=SL+H!4zgQWsU|G9LB^qhs zTNZ!zf_IDdLu>QzB8xYizXRCS&%OgVuk$@E5c(Bt{JiW* zKJ^Rr7rDeovd0$q9waNZ)uxI^Ab1xd6_@vO_ZyqPh=eKy21sKbS;+Xyo1x@l=7>?) z!R*_gBZWB`>u)i6F@jHgVYd5v=Ei3`KXz(KgA&Ml@WVBkD_QAg%N!@P-wwH1P?u>Y zOQtj7v@BMuibYm+>K-KKze+U;1pi8~{+e$@20&~Sn4+5mw-@=(?2Mnc1MDEX=lwIY z#%AwiC}Iw%27;73axs0vn79g?>Z&TnBVw=CJ|VKOnSVTGFdrtTU(Yv=a)~kUQDxlG!y(i9-k?IInyf|Lu13RI+(1+VOg;;Zb^fId*!Du;7 zjm4pLu_AAE5OmD$XwOP;nt|)<)J4L+8*K17Sc$jk_&($3W_f-m%wqmM%XA<<^BB0m znQxM8TPiL4-RZ!sE)Y8TB2)M#o4Q`l;qjYS^ zbyc1a+qAuvhX}`;mOsc~i?XA;4MaHz(nKHiuX01d=!f03hbqoRd7|<@v*qxvFiloV zKpOe!IzUOBLj6V8@Ab$=bwc0ZSRj|wIKx_D4DMsG1Z8PXE(!?q-k`CU*0Qy!XMm>Ew)zb~& z<(FO0`qVY01yFE3HhUsz0N^+dNL1%H zxB~iwlJp4$^a=f+KA~GwH0T8nSC_bW@x4GWu1rpt^2loGHM@ighYCB&y3@7fs}3Ye zRYWci>%3spI9U5;1UskndMFHREvVVZ(@B(^3 zb}rycofqd_8qjQ=vUk%|hq3D}#Aa!nv#3!`w|$1RK9k^b2H#SGx1gI4KV7nPE7Iiz z&l+T&qcQt^0W;H39ph*{@t%xU0CpGk(S9ov>iHWRSBhUEM)!MG2Yfbnr5cMuwpqli zw$mkP{Ix!_&YO9t2*f@$Q`B%84qvq6M5Z2J&Mu3s1CeuCsAUWs_7ILL03ujL1p-L` zQQV?xs{T^-4N)#0u4pU6?}e3gqLU1DT(e=!b)Q8wPF5CT{#>ds*ux^|5-t-Z>gH7` zG#1}iEQq@{6Er{fD!xK6slc%v?~~#1+Ft-6b=m2Hj~X)9L=wF&eK@$_g@67bd%M=T z;`)6!-MqTI%0|xjoe91?>QStolXj?4&|0)i7G5r2q^Rp1?ZLD%6;$Q0h=4h}P6W3q zMvkDG)*Ws*f(d;7>F@@F;zJ94vytmX^EsVra^L~}0kJ<0*x&8pmc{vJlrEOU7UYo!=B42XYvsrhix|E6T8G+%lCDe2*!K?O-5OvarIly~Aql6r>D-Nm zj$OVbUoEH1-o(o;(44diF=C6On#pV}zs6`Y?_ccD8zH(|NLOe?Rv#NnzZV%IKvW2# z@^7NTz-C9`>q)p-TNOW{?kO0=e?i9Fo;&FM##O@F$A!##-0o~%bE2n1Vo;|{uZJ!{ zhgruea|0%o-xXb7LF=p>0b zO!|tgr53Qh~MQOcw8VR^F`yR;oRdQ17)(BNiCf} zL^+5EaPiy)0xuMZll1wPL?dA6R~(JJ9uk^cpdRpLJ`>D3?;ej{+gBdiVN_zfIM^DD1 zY^+H_`7ua%D!}qP-uBJUe|;R^4C*x1;*%JT1;zXHA$zYFwOtWeEJ+JC%(Ey<%C0qtjFrbLWy`;B) E0MhbFob#RY`wVqxXqiAD1`y~BF$4kn z$2tO>PrG6q@i>eX#?}>sLt9$l@fe&3T1E;k1(!Dbp(XE*r3)U5!~AD6zFjjM#=_x0 z+i?JPNGA*2pDtE7TPM5=#r+sS7wiHM9|BGntpb0{p#p&vb{zeH*;m#^6s)D(9qdu( zO7&mE*=9%*CszAT1sFzh(BTb}Q?>ZLNUcVj5oO$OhVo^=bY>oca{0;wvuax~o95cu z_9lLUBpsL|`_SVn{ zpPjpsafHL>a(`OkmFTjx2410pMmkJ}PD;!+1F}m0Z}Wu2E6e>unrH2U;Gsd=Ys&qO zt626yC+NGd(2wZPJg-uSStVy0M`oD0mZt|+7`(yblV1b}0tdNwGW{)*h8JG*M*tCQ z0k+t`MA8C>x3#gb!ha23xGJO?&K$6scyv*phF>#*iBa*C4{!X(qdK;}Mp=(uh-PfRS+Q@5p%<7q@;uNefLzKK4{F|y$xm_`;?Y^qKzDaYnfM>^HFXFJgQMB%Z;!7k} zXo^aeL2DxHZE2-^jZL~bYjhJ9Db|0Oj`eU2Y$mYj=uKov;;dqXX>fnVBcgqgO-GEv zwEW}py{zPu@3`Fu*z^MX*bb}x>i3_Nj9c5707~F_uZNGu<}x0r;01iwLEB1keHf$3 z%eFOmELK1l-n+T@2|4REk4uY2F|*hc70xjI;wq)WSBx^q5-7MVraR+VaDoQXRq32o z8E7_p%H5OeHr3Ya*71bvCxztFtJ^xboln(mJ(60YE{MRKC#g)``)NF8 zw5Rw@MrwyiV^c4&;No(#KQS)yvNvciyKZnCR0pVhG#v<}bPzi%?hmw^3sx3wi^Zd@ zF|M{&7?+(Fk(|WAXmxD05YMf)b%}%z7vJkQ`QEGTPLDrl^)3h8^jKK@8OV5pgb0zb z`^Bvf67t^N!(;6y2Em_Zta%+OFQpi(mFsyr(-PawG6`ze(^KznC_WDtZ#|oxEZA#4 zN;Nftr)m78&(C95$UfZ&pAbHCa*<}DM3&B9n=O$_L{7iJMAS5k#GZnxwh(4|))1*g zpK*P@UQ{&{GR}4@{O$Y^CI@$~MSpFfDbrt5LK5{S#I+_uEDm9s*cV3xV8Vm?^sEFE z?PXetl;6clM!Q}8XzRH=vntJ@>Vxo{&RC|8NNmk-kkgt?Q$K~4*<|3FD`k9nr6d$Be4k_SM%g>} zb!FmKTty|`sD>`HjAW3hH993+7Rq_KQ(I@@?hwAlU~h(Q4}Ot+2xO)Q*dn_b+NTlj zEx;CtFPx3`qujM%8xq&@ScL6~D3|C&pVeM7H)o?cON0%jN zO`=Y_swcuY7CfA?`GJnEU&6rF;cx2Ds zk&jK!s2e-qRAwpCYxx$%h<3=}1#>@tje=>wP*vP9uo1z% zk<)1}_samH7E1#Hod6=Y&$QF{KAVvkM;9y(jr=+a$!}~JQV*L7XH%7~upC2{o;`^- zkceTs>#ub+%Fri2>p_I3O=)bUR?$XPMXpTR>25944a>HuAuqWHjN{S-I)hC4I7_XZ ziZxop=*2g+HK8+8v)!!J{cvaN7^tGKq@65lnGpL^I~Hleqz|epyqibro=j%{QAA4m z@kOJBI$C6)hx!ecG7J|&9?XX&b)IOP^U(^?W0vq9IR=4B*zn9OS--e-3`sBk;fqjN zs&+|}G_&&gzH>C%`Gf^!g9>i#vmwTt5+-#Xc|l@f`Cd2=8uTlJ+v9f#Ex)C*SS?&3 z!7h$%%=RosF-|T@_b|Un`6F;ZkFSIAND|C}-#^hNsgYCdbkwM#$U{1!bET6+vG!n? zE?=#3sajt5sShSYFTuCAld}CL%0D+R7Pn_IpBZ3o3+AVd8(m|vefmruZhg{+k3~YO zL59T&DconX26mMa=o0;N)Ndlv)@3-Nb?Zz2>J|hAo3=(s&o*$5-icgR`*lLSp&ksG zHE|Q%3{~AUSReOh^qYE8Kd5^m2D+e=YUuWsbA6uBw`9Ifm2ZIHSZ3OrZ(}{z=13sV zwZInKKi_-0K)5=jT8QoRYNBuRhYM~}VqtaepbmnZx?K=7!NPKErBej;*9%h1X6`x( zI#z#fMcmct>WUDmU}|bK%ddW`L|G#@K*Lh)5r)?pCvcBmq)|8klf1r{ z4*%?sMHfH=MGXS60KYqTcOlnjS){5#%_-(v6XO>XUul|8N2DD`yL4BZz2x@OH}e*K zXnOa?9dT%(Mo@b7{aFMl|5eM3Ly#lFNMnR6M>@Ci@J1K?b=%>og<(sk{2V(&d6m@O zPUF^bFSk&dLMJ~WY;@hV{8FX%dqi^hJDxkwwau(rW!%rxB)g!I#!=dDks@;~zm;fu zA6iwmlsxWV}{}Y6BBGkF-W0T$AH%m5j;{3N;M8?E< z-1UcZ>x{KLB(G@n;2<64%*#Iy1se$}d=fC!p`wP;{8&~4F#r}DXqMat|3zf~7>O*i zzb!J-ufXxEaNSR|9CRVF?EbdMFwVg7JIp?_=O7%i4F9&sI8T7%K5c3jV1HS@1Ci#_ z4;&Br{P>|rr*uK7S9e{&fOR4rJUH`Jkv!_Pt%O3qWt!vHaQv4Rz>%K#|)c3rLn01TsEEe)=D*#_-wz literal 0 HcmV?d00001 diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.feature/src/main/resources/carbonapps/GPS.car b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.feature/src/main/resources/carbonapps/GPS.car new file mode 100644 index 0000000000000000000000000000000000000000..e18c8b9647654605f1ed99dbcce7d869048da657 GIT binary patch literal 3905 zcma)92{_bg7@r7@b8m6ecNS_!RL5j?SYhyP_Fyl#Sbuyy-iHUfZ+ z8O|2}8v%`X!Fe+KwF`94HB7%}>@4~-@WY%PAke|JmuwQvwRY+vXvB7(Tb+2m;qLPIqo(a(7c~5Ryum*ATQNVHCHq%&F%ok z)jKlsDr8i@=p?MKz+B!9ek41uz|18dKeMxD)!GyyA{mXUwd^mB;^p9 zfnX&so@dA|vjCaVOP_?1U9X-D5msK!&Zj#gc-A!H*Y^^a3n*|vha5g1nu6V>=7@h zlzZA+!$B~5Ie?~Dm571buOz0x7Zm~>tCPi(^=*v4q{il8;xb%~BLZR_Q5)m=tTnlk z0L0M-Z0WUlm}$Bpm{vIFb7ctIU;tvbBetN}I_sC<%b=^>(pj(h4erEpcl7s{A}Kws zFNh|ksU4ppVLgL;51SJQC*Tu>`^0>YW2*#8W5E(l3-2I{m+RS!MUTsI?(R~STjH{k zaVAAjf33P-XsEWTNeg{MBjWU|RVU|iB&S(r-;e5IC7K}|^N685j8vEH6ZY3stGKR= zU%>+N>WGqmZ{PPaUAPdQcNSo{8aoIC+bS$9-U;PHz^b5Ju%0M;2X7a&1A%eT7&Ys= zOEGz_EZEpavpi5$mGLwB%ngdIFc_jvj;%c5c&ALxjbo;!{33WqhHq^M^0NKU{XE7?Q$vdN=fN5yel2G#q zcO9n-6?XW3NwBHUw*O>8S$TL|EFSt-lIY*yjkLq~JX1{p>e32qnf3ZGwK^u=@dhhH z!iUt3>m4HAti+!^W8BHQ^jID)Y5;dJJf>AaW_$m9esLrvW}b-if1ZG$3C+|CAHFPb zVVcevih9js~xC8ikC(4q00*d({dwzAC1Sj%FF| zBYPh@f5&|q6d_ddnAhSu**E*4i27}3j}rDfFP#$Aprl`X&li_mDp?`t?4g4;2G=}t zh-DlIY8fElku8G**au~>4+^jk`h$JYf2Rr5m4J1Rx~=sa3k(w0mV|=6@&mui)X-80 z&g&${Nj`V1K5C@uc>5)uMLZ z{A@m(f5W0VfkG^2wGO{Lfr!@}dpRy&OdobDJ3p)z4TU`j_ymLzMq<`rVnP?)eU^nV551FQ$!MKQ(gI>P6aiXMR0XxLA?T%xxj!E%T?mNt0Uy%L7})Y z)5xZ;8quH#?Re{%Mthyqk5?e=;WuI}Oa~K6^O|IFE69iWYSryQtlmqC=g<(N#Pkx3 zU%0jrT~QDld2;IPi<1Xfof1z=M+Kg4@rn(fNOHYXMiipMSa5165Jwn^9c>^NHKSlJvJ3nxD z;7qrOrE~7cvmiG*3aaGKL$-cQqxl(q?Ui5}P@}3@y z`O3Dj=1E`;)fk}G6kzY$yyhEv!7Uiyb6}wQTw$x|%Sd9)hQYklG6)1M*Xx2}xAxFy zvt=dxrx*LkKUd9;EWeP)!%A_^3$<>_pC+FdguNgSNTiz?+cmrE-tnt#dXna3j8$p+ z4W z8E?~-=KMD84b`G`>akCxKpAd;Z+hBdpiZOnnDID<82wlB)5c^pEl)VGHNf2Bpzt3C z_kC68W^PRgyD!#XFyECsuYNC;R(s;(>GuUQyR4-j)$2s4S74B= z#q-uE4Eg+hF;LWj<2Mv$m9m{93_1OMF(6!k;|~a?iL)IBLtcMh3=GEf+N3qD18gq0 z*C4Wj7^82iY<&BkS$s1?GfUBRXdZxgTS2dpku{w& zZ~sw%jem%?lVr@^GHZx+cyqRY;hE~Yox99qdmRr3sK_7gGU5G?A4VGh5 zN^Lsrm{FNK=sGGIyeaB-nP6^U>tHb8p08PcYiCF!HXu2SKF0%E1*&?Gi}C3nMnu&x literal 0 HcmV?d00001 diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.feature/src/main/resources/carbonapps/Gravity.car b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.feature/src/main/resources/carbonapps/Gravity.car new file mode 100644 index 0000000000000000000000000000000000000000..8ae1ad3ece8a10f6095005ec301708298ffac2e5 GIT binary patch literal 4014 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 O8Kg@K0!1>BKm7--1Scr~ literal 0 HcmV?d00001 diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.feature/src/main/resources/carbonapps/Light.car b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.feature/src/main/resources/carbonapps/Light.car new file mode 100644 index 0000000000000000000000000000000000000000..e4169554541075c93335194f915af09d0553b15d GIT binary patch literal 3942 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 tcj8UxD9EqI63Zkn$c7$byOT>wh29?`Hr2 literal 0 HcmV?d00001 diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.feature/src/main/resources/carbonapps/Pressure.car b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.feature/src/main/resources/carbonapps/Pressure.car new file mode 100644 index 0000000000000000000000000000000000000000..70e70b6382a068e420e00f604c3e9513f862e047 GIT binary patch literal 4034 zcma)92{e>z7#>TO?AMl^$QENPS+a#98GE?0jBPLs!_3%|L?T(Tgj;qZy4gZZwy|W% znv{egUF*%37Nq;D>$>LP-tV06%s1!!@AJLO^S|%&8|jge9|eJ^Kp@?sXdTeM77uVf z=L`45qT!BkgfAQo^FqTh7#}noCJlywAyP&MnsV-#Vz4OS@&9edwQGll+k5XAY_)NXh#(3Y0*Ao!OS{87qKg@b<}UiE2Oo_tpoUEE0jkT)tZIa8YfM;r($aF zkml(3JbS@E{>jk753S&rVWmY#it9AMWG8RA-Y2cwYLZi`o2v|gC{+mJWsYB;UUbEcHt1rT zjU5yiq5cmXmm-QD%`uBnMpqjRmUxfIE(xUOy$ZR-hx@16KXchPJC$@B$YC$A#r`Xo z_Gm1^+1?TRBYUw8^mu;8HouH(Z$10FNnD{18H{}7$x9-_dFkvN$89eRXrO8)HiAQ( zHaJu>rG?qgH)Ri#>6A~*&g2uW;1**0+=TU?dqU(fGJ@hW&UxJZIVXpnu}J6po&7?6 zDR)JNmDA!9QgJD~Y*Xz^PP)Flh|HCap8M{sXJl;+=zDS>>3<6`H8s~WCJ}CxH>ekMj?N-z}XiG_|OVo)P>GZoO zYEdY(#dc%I_Yq&Z&AW9#i)*md|ZE z@~2|Q1b#U22| zB0rS!u+=QDtgNUqs;Rv0ka=^pOtbjP<@Aq}R2Q>rjEb*pLUk;vy`6YW?o{NiqDjlf z+(fm}M3kxMgMZ~He^c4@F>%PT>*3B~X8M}<6&E&J8C}F1XU-yH($YBu(jH`HZI$xq zQX*7wS5&@7-huYoPHTcrJ3 z;$9YZ11w}DC&&ihbY5gzo61f~Eo30{rpdttPUW8%y}9y$sglnD>+NWWm@%{Nxqc%MK+w^!#p1alTMYE2}4{CUaO6hd@Rv>lngDx-; z3chPkuef_VPK<6DZm z4PPMHn>>!I+OZFS#6^;UK$1Z6_M3e>!`c+?i9w-Zrava*_KO>nXoDKzXNf48hIzM` zDd$JyigkUsYofR;^(Ncn4RGa=m?42-MiRt)2n?#`W;TE6vb|!7VsFq@=9tX8oV>_r@PJq~_mG@b zj~#wZyF>Pu71pkm6LqDRO&wFX&f7lkgvoukbyhlAFdHndiwL-I4vZq`Eh$NiD$u?9 z^BH#L9Yc$3Y2JJ*o~a!KU1R5>cPi*lt1OjHOXE29r=nU71U>N~%4Cp2-M zq$yaZ=*xN!FH!N#LKTbPPWL)YztFpZw%MGioouu9&tFx4O5a>+imI@za!T?1Bko!Q|MOXK7f? z7AyhASFdHn=ddhRRa#t~C0hG&X?Ym`&39~J!cIKqUT_?^IFhW=PG>4b@slIl7pqK$ zDTD-tV1!tZNX&E2Bu4fC{p@g&=l<5AHl&bb@!TN3cI(u$W6<<`(I{oyW|5xds6^I4 z_nVH3>U%k?9^Jq>1jJ!U3IfpqzdO!jwmDjtP-f74hBjjQ4>5ykt(ms?ydwVe-0+^{ zn$)?LR=*V`)_@>r{&7Z43Dz;>_x1YsCGsd!h{)7};7i}&AQ!rX=-dKFkI#m^5#xO$$5;Bj8wDjS!EWwpq1Avz_(^!XEcEKkY$uX@~cs4UWk zp3ik-$4m@WsS4<_X{XXhNl&LOiwq~ytQLArSdMd8G6&NJ29SqJYW&)QQ@O`ih1^;> z*Y^E|^y!bBPm7i<-p5~sRXAn}!L+bo&43Aa-A*aV07@f05>ghjgXK1m1z<6P{?yq1 z{SWbdFx0mE{<*fH4j=P}xwI|EcX2Sl@rO$o;EP~CaelBv+w%P9+IHw6aNMt9{ga&i z<@ydpUg#)rJTy56i}&4d_t&wzmxuwhJoJ(szHZZ%7?xN@?!uA)9sBPr?(=DM7$&iF z+r^wX6!SlY9I^An@?-a+2tYOd?fiZeILv$EalZ@dPH`yc{~i9sQ4o*F-3tpT_vhb% y1CtnK> literal 0 HcmV?d00001 diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.feature/src/main/resources/carbonapps/Proximity.car b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.feature/src/main/resources/carbonapps/Proximity.car new file mode 100644 index 0000000000000000000000000000000000000000..11fb9b542b37ae70fff48da0ecb065b4d4e76ddf GIT binary patch literal 4081 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 literal 0 HcmV?d00001 diff --git a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.feature/src/main/resources/p2.inf b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.feature/src/main/resources/p2.inf index 44e567796a..c2d035006e 100644 --- a/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.feature/src/main/resources/p2.inf +++ b/features/device-mgt-iot-androidsense-feature/org.wso2.carbon.device.mgt.iot.androidsense.feature/src/main/resources/p2.inf @@ -1,6 +1,8 @@ instructions.configure = \ org.eclipse.equinox.p2.touchpoint.natives.mkdir(path:${installFolder}/../../deployment/server/webapps/);\ org.eclipse.equinox.p2.touchpoint.natives.copy(source:${installFolder}/../features/org.wso2.carbon.device.mgt.iot.androidsense_${feature.version}/webapps/,target:${installFolder}/../../deployment/server/webapps/,overwrite:true);\ +org.eclipse.equinox.p2.touchpoint.natives.mkdir(path:${installFolder}/../../deployment/server/carbonapps/);\ +org.eclipse.equinox.p2.touchpoint.natives.copy(source:${installFolder}/../features/org.wso2.carbon.device.mgt.iot.androidsense_${feature.version}/carbonapps/,target:${installFolder}/../../deployment/server/carbonapps/,overwrite:true);\ org.eclipse.equinox.p2.touchpoint.natives.copy(source:${installFolder}/../features/org.wso2.carbon.device.mgt.iot.androidsense_${feature.version}/dbscripts/,target:${installFolder}/../../../dbscripts/cdm/plugins/android_sense,overwrite:true);\ org.eclipse.equinox.p2.touchpoint.natives.mkdir(path:${installFolder}/../../conf/datasources/devicemgt/);\ org.eclipse.equinox.p2.touchpoint.natives.copy(source:${installFolder}/../features/org.wso2.carbon.device.mgt.iot.androidsense_${feature.version}/datasources/,target:${installFolder}/../../conf/datasources/devicemgt,overwrite:true);\ diff --git a/features/device-mgt-iot-androidsense-feature/pom.xml b/features/device-mgt-iot-androidsense-feature/pom.xml index c608ddc4bf..e4049da5f8 100644 --- a/features/device-mgt-iot-androidsense-feature/pom.xml +++ b/features/device-mgt-iot-androidsense-feature/pom.xml @@ -35,6 +35,7 @@ http://wso2.org + org.wso2.carbon.device.mgt.iot.androidsense.analytics org.wso2.carbon.device.mgt.iot.androidsense.feature diff --git a/features/device-mgt-iot-feature/org.wso2.carbon.device.mgt.iot.feature/src/main/resources/jaggeryapps/devicemgt/app/pages/iot.page.register/register.json b/features/device-mgt-iot-feature/org.wso2.carbon.device.mgt.iot.feature/src/main/resources/jaggeryapps/devicemgt/app/pages/iot.page.register/register.json index 1960a4d9c5..13a1bda7e0 100644 --- a/features/device-mgt-iot-feature/org.wso2.carbon.device.mgt.iot.feature/src/main/resources/jaggeryapps/devicemgt/app/pages/iot.page.register/register.json +++ b/features/device-mgt-iot-feature/org.wso2.carbon.device.mgt.iot.feature/src/main/resources/jaggeryapps/devicemgt/app/pages/iot.page.register/register.json @@ -1,5 +1,5 @@ { "version": "1.0.0", "uri": "/register", - "layout": "cdmf.layout.sign-in" + "layout": "uuf.layout.sign-in" } \ No newline at end of file diff --git a/features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.analytics/Temperature_Sensor/Eventreceiver_temperature_1.0.0/EventReceiver_temperature.xml b/features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.analytics/Temperature_Sensor/Eventreceiver_temperature_1.0.0/EventReceiver_temperature.xml new file mode 100644 index 0000000000..6786696c7a --- /dev/null +++ b/features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.analytics/Temperature_Sensor/Eventreceiver_temperature_1.0.0/EventReceiver_temperature.xml @@ -0,0 +1,8 @@ + + + + false + + + + diff --git a/features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.analytics/Temperature_Sensor/Eventreceiver_temperature_1.0.0/artifact.xml b/features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.analytics/Temperature_Sensor/Eventreceiver_temperature_1.0.0/artifact.xml new file mode 100644 index 0000000000..b72e1ff7a4 --- /dev/null +++ b/features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.analytics/Temperature_Sensor/Eventreceiver_temperature_1.0.0/artifact.xml @@ -0,0 +1,4 @@ + + + EventReceiver_temperature.xml + diff --git a/features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.analytics/Temperature_Sensor/Eventstore_temperature_1.0.0/artifact.xml b/features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.analytics/Temperature_Sensor/Eventstore_temperature_1.0.0/artifact.xml new file mode 100644 index 0000000000..90b14c1165 --- /dev/null +++ b/features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.analytics/Temperature_Sensor/Eventstore_temperature_1.0.0/artifact.xml @@ -0,0 +1,4 @@ + + + org_wso2_iot_devices_temperature.xml + diff --git a/features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.analytics/Temperature_Sensor/Eventstore_temperature_1.0.0/org_wso2_iot_devices_temperature.xml b/features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.analytics/Temperature_Sensor/Eventstore_temperature_1.0.0/org_wso2_iot_devices_temperature.xml new file mode 100644 index 0000000000..13a625bde9 --- /dev/null +++ b/features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.analytics/Temperature_Sensor/Eventstore_temperature_1.0.0/org_wso2_iot_devices_temperature.xml @@ -0,0 +1,44 @@ + + + + org.wso2.iot.devices.temperature:1.0.0 + + EVENT_STORE + + + meta_owner + true + true + false + STRING + + + meta_deviceType + true + true + false + STRING + + + meta_deviceId + true + true + false + STRING + + + meta_time + true + true + false + LONG + + + temperature + false + false + false + FLOAT + + + \ No newline at end of file diff --git a/features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.analytics/Temperature_Sensor/Eventstream_temperature_1.0.0/artifact.xml b/features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.analytics/Temperature_Sensor/Eventstream_temperature_1.0.0/artifact.xml new file mode 100644 index 0000000000..61e7903b89 --- /dev/null +++ b/features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.analytics/Temperature_Sensor/Eventstream_temperature_1.0.0/artifact.xml @@ -0,0 +1,5 @@ + + + org.wso2.iot.devices.temperature_1.0.0.json + + diff --git a/features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.analytics/Temperature_Sensor/Eventstream_temperature_1.0.0/org.wso2.iot.devices.temperature_1.0.0.json b/features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.analytics/Temperature_Sensor/Eventstream_temperature_1.0.0/org.wso2.iot.devices.temperature_1.0.0.json new file mode 100644 index 0000000000..5d94b9821b --- /dev/null +++ b/features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.analytics/Temperature_Sensor/Eventstream_temperature_1.0.0/org.wso2.iot.devices.temperature_1.0.0.json @@ -0,0 +1,20 @@ +{ + "name": "org.wso2.iot.devices.temperature", + "version": "1.0.0", + "nickName": "Temperature Data", + "description": "Temperature data received from the Device", + "metaData": [ + {"name":"owner","type":"STRING"}, + {"name":"deviceType","type":"STRING"}, + {"name":"deviceId","type":"STRING"}, + {"name":"time","type":"LONG"} + ], + "payloadData": [ + { + "name": "temperature","type": "FLOAT" + } + ] +} + + + diff --git a/features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.analytics/Temperature_Sensor/Sparkscripts_1.0.0/Temperature_Sensor_Script.xml b/features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.analytics/Temperature_Sensor/Sparkscripts_1.0.0/Temperature_Sensor_Script.xml new file mode 100644 index 0000000000..ee6a7195d6 --- /dev/null +++ b/features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.analytics/Temperature_Sensor/Sparkscripts_1.0.0/Temperature_Sensor_Script.xml @@ -0,0 +1,13 @@ + + + IoTServer_Sensor_Script + + 0 * * * * ? + diff --git a/features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.analytics/Temperature_Sensor/Sparkscripts_1.0.0/artifact.xml b/features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.analytics/Temperature_Sensor/Sparkscripts_1.0.0/artifact.xml new file mode 100644 index 0000000000..58c2dcc17f --- /dev/null +++ b/features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.analytics/Temperature_Sensor/Sparkscripts_1.0.0/artifact.xml @@ -0,0 +1,4 @@ + + + Temperature_Sensor_Script.xml + diff --git a/features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.analytics/Temperature_Sensor/artifacts.xml b/features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.analytics/Temperature_Sensor/artifacts.xml new file mode 100644 index 0000000000..b53507636b --- /dev/null +++ b/features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.analytics/Temperature_Sensor/artifacts.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.analytics/build.xml b/features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.analytics/build.xml new file mode 100644 index 0000000000..94431c8716 --- /dev/null +++ b/features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.analytics/build.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.analytics/pom.xml b/features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.analytics/pom.xml new file mode 100644 index 0000000000..72c5f9b807 --- /dev/null +++ b/features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.analytics/pom.xml @@ -0,0 +1,68 @@ + + + + + + org.wso2.carbon.devicemgt-plugins + device-mgt-iot-virtualfirealarm-feature + 1.9.2-SNAPSHOT + ../../../pom.xml + + + 4.0.0 + org.wso2.carbon.device.mgt.iot.virtualfirealarm.analytics + WSO2 Carbon - IoT Server Virtual Firealarm Analytics capp + pom + + + + + maven-clean-plugin + 2.4.1 + + + auto-clean + initialize + + clean + + + + + + maven-antrun-plugin + 1.7 + + + process-resources + + + + + + + run + + + + + + + + \ No newline at end of file diff --git a/features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.feature/src/main/resources/carbonapps/Temperature_Sensor.car b/features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.feature/src/main/resources/carbonapps/Temperature_Sensor.car new file mode 100644 index 0000000000000000000000000000000000000000..a3c31e1912476820c3543f8302503cdbfa30a832 GIT binary patch literal 4138 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 b?CktrMj^TsK+uTwl>uZ=4gx)(BYyiI9a$hM literal 0 HcmV?d00001 diff --git a/features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.feature/src/main/resources/p2.inf b/features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.feature/src/main/resources/p2.inf index e76e3f59cf..6dc2bfa939 100644 --- a/features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.feature/src/main/resources/p2.inf +++ b/features/device-mgt-iot-virtualfirealarm-feature/org.wso2.carbon.device.mgt.iot.virtualfirealarm.feature/src/main/resources/p2.inf @@ -3,6 +3,8 @@ org.eclipse.equinox.p2.touchpoint.natives.mkdir(path:${installFolder}/../../conf org.eclipse.equinox.p2.touchpoint.natives.copy(source:${installFolder}/../features/org.wso2.carbon.device.mgt.iot.virtualfirealarm_${feature.version}/configs/,target:${installFolder}/../../conf/devicetype-conf/,overwrite:true);\ org.eclipse.equinox.p2.touchpoint.natives.mkdir(path:${installFolder}/../../deployment/server/webapps/);\ org.eclipse.equinox.p2.touchpoint.natives.copy(source:${installFolder}/../features/org.wso2.carbon.device.mgt.iot.virtualfirealarm_${feature.version}/webapps/,target:${installFolder}/../../deployment/server/webapps/,overwrite:true);\ +org.eclipse.equinox.p2.touchpoint.natives.mkdir(path:${installFolder}/../../deployment/server/carbonapps/);\ +org.eclipse.equinox.p2.touchpoint.natives.copy(source:${installFolder}/../features/org.wso2.carbon.device.mgt.iot.virtualfirealarm_${feature.version}/carbonapps/,target:${installFolder}/../../deployment/server/carbonapps/,overwrite:true);\ org.eclipse.equinox.p2.touchpoint.natives.mkdir(path:${installFolder}/../../resources/sketches/);\ org.eclipse.equinox.p2.touchpoint.natives.mkdir(path:${installFolder}/../../resources/sketches/virtual_firealarm/);\ org.eclipse.equinox.p2.touchpoint.natives.copy(source:${installFolder}/../features/org.wso2.carbon.device.mgt.iot.virtualfirealarm_${feature.version}/agent/,target:${installFolder}/../../resources/sketches/virtual_firealarm/,overwrite:true);\ diff --git a/features/device-mgt-iot-virtualfirealarm-feature/pom.xml b/features/device-mgt-iot-virtualfirealarm-feature/pom.xml index 7996546b14..ceeaa1ce27 100644 --- a/features/device-mgt-iot-virtualfirealarm-feature/pom.xml +++ b/features/device-mgt-iot-virtualfirealarm-feature/pom.xml @@ -35,7 +35,8 @@ http://wso2.org - org.wso2.carbon.device.mgt.iot.virtualfirealarm.feature + org.wso2.carbon.device.mgt.iot.virtualfirealarm.analytics + org.wso2.carbon.device.mgt.iot.virtualfirealarm.feature