diff --git a/modules/samples/virtual_firealarm/src/org.wso2.carbon.device.mgt.iot.sample.virtual.firealarm.service.impl/src/main/webapp/META-INF/resources.xml b/modules/samples/virtual_firealarm/src/org.wso2.carbon.device.mgt.iot.sample.virtual.firealarm.service.impl/src/main/webapp/META-INF/resources.xml new file mode 100644 index 00000000..8f83e050 --- /dev/null +++ b/modules/samples/virtual_firealarm/src/org.wso2.carbon.device.mgt.iot.sample.virtual.firealarm.service.impl/src/main/webapp/META-INF/resources.xml @@ -0,0 +1,105 @@ + + + + + + + + Any + PUT + http://localhost:9763/virtual_firealarm/manager/device/register + /manager/device/register/* + + + Any + DELETE + http://localhost:9763/virtual_firealarm/manager/device/remove + /manager/device/remove/* + + + Any + POST + http://localhost:9763/virtual_firealarm/manager/device/update + /manager/device/update/* + + + Any + GET + http://localhost:9763/virtual_firealarm/manager/device + /manager/device/* + + + Any + GET + http://localhost:9763/virtual_firealarm/manager/devices + /manager/devices/* + + + Any + GET + http://localhost:9763/virtual_firealarm/manager/device/{sketch_type}/download + /manager/device/{sketch_type}/download + + + Any + GET + http://localhost:9763/virtual_firealarm/manager/device/{sketch_type}/generate_link + /manager/device/{sketch_type}/generate_link + + + + Any + POST + http://localhost:9763/virtual_firealarm/controller/register/{owner}/{deviceId}/{ip}/{port} + /controller/register/{owner}/{deviceId}/{ip}/{port} + + + Any + POST + http://localhost:9763/virtual_firealarm/controller/controller/bulb/{state} + /controller/bulb/{state} + + + Any + GET + http://localhost:9763/virtual_firealarm/controller/controller/readsonar + /controller/readsonar + + + Any + GET + http://localhost:9763/virtual_firealarm/controller/controller/readtemperature + /controller/readtemperature + + + Any + POST + http://localhost:9763/virtual_firealarm/controller/controller/push_temperature + /controller/push_temperature + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 6a00fdbe..2dac5b10 100644 --- a/pom.xml +++ b/pom.xml @@ -917,11 +917,11 @@ 1.1.0-wso2v17 - 1.0.4-SNAPSHOT - 5.0.5 + 1.0.4 + 5.0.6 1.0.0-wso2v3 1.0.0 - 2.0.8 + 2.0.9 4.3.2