mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
adding changes
This commit is contained in:
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>
|
||||
@ -300,9 +296,9 @@
|
||||
org.apache.axis2.transport:org.apache.axis2.transport.mail.feature:${axis2-transports.wso2.version}
|
||||
</featureArtifactDef>
|
||||
|
||||
<!--Device Cloud Features -->
|
||||
<featureArtifactDef>
|
||||
org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.iot.feature:1.9.2-SNAPSHOT
|
||||
<!--Device Cloud Features -->
|
||||
<featureArtifactDef>
|
||||
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>
|
||||
|
||||
4
pom.xml
4
pom.xml
@ -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…
Reference in New Issue
Block a user