mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Renamed rotation streams
This commit is contained in:
parent
977c6d12c2
commit
bf732ec169
@ -2,10 +2,10 @@
|
||||
|
||||
@Plan:description('Process rotation field changes.')
|
||||
|
||||
@Import('org.wso2.iot.android.rotation:1.0.0')
|
||||
@Import('iot.per.device.stream.android.rotation:1.0.0')
|
||||
define stream RotationStream (meta_owner string, meta_deviceId string, meta_timestamp long, axis string, value float);
|
||||
|
||||
@Export('org.wso2.iot.android.rotation.stats:1.0.0')
|
||||
@Export('iot.per.device.stream.android.rotation.stats:1.0.0')
|
||||
define stream RotationStatsStream (meta_owner string, meta_deviceId string, meta_timestamp long, axis string, value
|
||||
float, year int, month int, day int, hour int, minute int);
|
||||
|
||||
|
||||
@ -18,6 +18,6 @@
|
||||
-->
|
||||
|
||||
<artifact name= "android_rotation_stats_event_sink" version="1.0.0" type="analytics/eventstore" serverRole="DataAnalyticsServer">
|
||||
<file>org_wso2_iot_android_rotation_stats.xml</file>
|
||||
<file>iot_per_device_stream_android_rotation_stats.xml</file>
|
||||
</artifact>
|
||||
|
||||
|
||||
@ -19,6 +19,6 @@
|
||||
|
||||
<artifact name= "android_rotation_stats_streams" version="1.0.0" type="event/stream"
|
||||
serverRole="DataAnalyticsServer">
|
||||
<file>org.wso2.iot.android.rotation.stats_1.0.0.json</file>
|
||||
<file>iot.per.device.stream.android.rotation.stats_1.0.0.json</file>
|
||||
</artifact>
|
||||
|
||||
|
||||
@ -18,6 +18,6 @@
|
||||
-->
|
||||
|
||||
<artifact name= "android_rotation_streams" version="1.0.0" type="event/stream" serverRole="DataAnalyticsServer">
|
||||
<file>org.wso2.iot.android.rotation_1.0.0.json</file>
|
||||
<file>iot.per.device.stream.android.rotation_1.0.0.json</file>
|
||||
</artifact>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user