adding changes

merge-requests/1/head
Rasika 9 years ago
commit 06f21466de

@ -30,7 +30,7 @@
#define END_JSON "\"}"
#define SERVICE_PORT 9763
#define SERVICE_EPOINT "/iotdevices/FireAlarmController/"
#define SERVICE_EPOINT "/firealarm/controller/"
// pushalarmdata - application/json - {"owner":"","deviceId":"","replyMessage":"","time":"","key":"","value":""}
// readcontrols/{owner}/{deviceId}
// reply - application/json - {"owner":"","deviceId":"","replyMessage":""}

@ -26,7 +26,7 @@
#define SERVICE_PORT 9763
#define SERVICE_EPOINT "/iotdevices/FireAlarmController/"
#define SERVICE_EPOINT "/firealarm/controller/"
// pushalarmdata - application/json - {"owner":"","deviceId":"","replyMessage":"","time":"","key":"","value":""}
// readcontrols/{owner}/{deviceId}
// reply - application/json - {"owner":"","deviceId":"","replyMessage":""}

@ -117,11 +117,7 @@
</featureArtifactDef>
<!-- End of Device Management Features -->
<!-- Mobile Device Management Features -->
<!--featureArtifactDef>
org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.mobile.feature:${carbon.mobile.device.mgt.version}
</featureArtifactDef-->
<!-- Mobile Device Management Features -->
<!-- Carbon Deployment Features -->
<featureArtifactDef>
@ -302,7 +298,7 @@
<!--Device Cloud Features -->
<featureArtifactDef>
org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.iot.feature:1.9.2-SNAPSHOT
org.wso2.carbon.device.mgt.iot:org.wso2.carbon.device.mgt.iot.feature:1.0.0-SNAPSHOT
</featureArtifactDef>
</featureArtifacts>
@ -578,7 +574,7 @@
</feature>
<feature>
<id>org.wso2.carbon.device.mgt.iot.feature.group</id>
<version>1.9.2-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</feature>
</features>
</configuration>

@ -784,8 +784,8 @@
<carbon.device.mgt.version>0.9.2-SNAPSHOT</carbon.device.mgt.version>
<carbon.device.mgt.version.range>[0.8.0, 2.0.0)</carbon.device.mgt.version.range>
<!-- Mobile Device Management -->
<carbon.iot.device.mgt.version>1.9.2-SNAPSHOT</carbon.iot.device.mgt.version>
<!-- IOT Device Management -->
<carbon.iot.device.mgt.version>1.0.0-SNAPSHOT</carbon.iot.device.mgt.version>
<mdm.version>1.0.0-SNAPSHOT</mdm.version>
<!-- API Management -->

Loading…
Cancel
Save