This commit is contained in:
karl.hudgell 2020-05-07 11:01:11 +01:00
parent 427fd623d4
commit a0b117d0ab

View File

@ -33,7 +33,12 @@
], ],
"body": { "body": {
"mode": "raw", "mode": "raw",
"raw": "{}" "raw": "{}",
"options": {
"raw": {
"language": "javascript"
}
}
}, },
"url": { "url": {
"raw": "https://public.wcs.schneider-electric.ws/rpc/public_ssp/pua_init", "raw": "https://public.wcs.schneider-electric.ws/rpc/public_ssp/pua_init",
@ -81,7 +86,12 @@
], ],
"body": { "body": {
"mode": "raw", "mode": "raw",
"raw": "{ \n\"zoneId\" : [0],\n\"setpoint\" : 0 \n}" "raw": "{\n \"zoneId\": [\n 0\n ],\n \"setpoint\": 0\n}",
"options": {
"raw": {
"language": "javascript"
}
}
}, },
"url": { "url": {
"raw": "https://public.wcs.schneider-electric.ws/rpc/public_genie/adjust_setpoint", "raw": "https://public.wcs.schneider-electric.ws/rpc/public_genie/adjust_setpoint",
@ -129,7 +139,12 @@
], ],
"body": { "body": {
"mode": "raw", "mode": "raw",
"raw": "{ \n\"zoneId\" : [0],\n\"setpoint\" : 84 \n}" "raw": "{\n \"zoneId\": [\n 0\n ],\n \"setpoint\": 84\n}",
"options": {
"raw": {
"language": "javascript"
}
}
}, },
"url": { "url": {
"raw": "https://public.wcs.schneider-electric.ws/rpc/public_genie/adjust_setpoint", "raw": "https://public.wcs.schneider-electric.ws/rpc/public_genie/adjust_setpoint",
@ -177,7 +192,12 @@
], ],
"body": { "body": {
"mode": "raw", "mode": "raw",
"raw": "{}" "raw": "{}",
"options": {
"raw": {
"language": "javascript"
}
}
}, },
"url": { "url": {
"raw": "https://public.wcs.schneider-electric.ws/rpc/public_genie/poll", "raw": "https://public.wcs.schneider-electric.ws/rpc/public_genie/poll",
@ -225,7 +245,12 @@
], ],
"body": { "body": {
"mode": "raw", "mode": "raw",
"raw": "{\n\"zoneId\": [1],\n\"setPoint\": 255,\n\"durationMinutes\": 90\n}" "raw": "{\n \"zoneId\": [\n 1\n ],\n \"setPoint\": 255,\n \"durationMinutes\": 90\n}",
"options": {
"raw": {
"language": "javascript"
}
}
}, },
"url": { "url": {
"raw": "https://public.wcs.schneider-electric.ws/rpc/public_genie/apply_timer", "raw": "https://public.wcs.schneider-electric.ws/rpc/public_genie/apply_timer",
@ -246,7 +271,7 @@
"response": [] "response": []
}, },
{ {
"name": "UnBoots Hot Water", "name": "Turn Off Hot Water",
"request": { "request": {
"auth": { "auth": {
"type": "basic", "type": "basic",
@ -273,7 +298,12 @@
], ],
"body": { "body": {
"mode": "raw", "mode": "raw",
"raw": "{\n\"zoneId\": [1]\n}" "raw": "{\n \"zoneId\": [\n 1\n ]\n}",
"options": {
"raw": {
"language": "javascript"
}
}
}, },
"url": { "url": {
"raw": "https://public.wcs.schneider-electric.ws/rpc/public_genie/cancel_timer", "raw": "https://public.wcs.schneider-electric.ws/rpc/public_genie/cancel_timer",