Drayton_MiGenie_HASS/Postman/MiGenit.postman_collection.json

298 lines
5.5 KiB
JSON
Raw Normal View History

2020-05-06 17:30:48 +01:00
{
"info": {
"_postman_id": "4539bb18-0f15-42a0-93f2-c510fc469350",
"name": "MiGenit",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
2020-05-07 10:52:43 +01:00
"name": "Get Endpoints",
2020-05-06 17:30:48 +01:00
"request": {
"auth": {
"type": "basic",
"basic": [
{
"key": "password",
"value": "Grd.555269",
"type": "string"
},
{
"key": "username",
"value": "karl@k-world.me.uk",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "User-Agent-Wiser",
"value": "iPhoneTestTool;iOS6;WiserApp2.0.0",
"type": "text"
}
],
"body": {
"mode": "raw",
2020-05-07 10:52:43 +01:00
"raw": "{}"
2020-05-06 17:30:48 +01:00
},
"url": {
"raw": "https://public.wcs.schneider-electric.ws/rpc/public_ssp/pua_init",
"protocol": "https",
"host": [
"public",
"wcs",
"schneider-electric",
"ws"
],
"path": [
"rpc",
"public_ssp",
"pua_init"
]
}
},
"response": []
},
{
2020-05-07 10:52:43 +01:00
"name": "Turn Off Heating",
2020-05-06 17:30:48 +01:00
"request": {
"auth": {
"type": "basic",
"basic": [
{
"key": "password",
"value": "Grd.555269",
"type": "string"
},
{
"key": "username",
"value": "karl@k-world.me.uk",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "User-Agent-Wiser",
"type": "text",
"value": "iPhoneTestTool;iOS6;WiserApp2.0.0"
2020-05-07 10:52:43 +01:00
}
],
"body": {
"mode": "raw",
"raw": "{ \n\"zoneId\" : [0],\n\"setpoint\" : 0 \n}"
},
"url": {
"raw": "https://public.wcs.schneider-electric.ws/rpc/public_genie/adjust_setpoint",
"protocol": "https",
"host": [
"public",
"wcs",
"schneider-electric",
"ws"
],
"path": [
"rpc",
"public_genie",
"adjust_setpoint"
]
}
},
"response": []
},
{
"name": "Turn On Heating 22Deg",
"request": {
"auth": {
"type": "basic",
"basic": [
{
"key": "password",
"value": "Grd.555269",
"type": "string"
},
{
"key": "username",
"value": "karl@k-world.me.uk",
"type": "string"
}
]
},
"method": "POST",
"header": [
2020-05-06 17:30:48 +01:00
{
2020-05-07 10:52:43 +01:00
"key": "User-Agent-Wiser",
2020-05-06 17:30:48 +01:00
"type": "text",
2020-05-07 10:52:43 +01:00
"value": "iPhoneTestTool;iOS6;WiserApp2.0.0"
2020-05-06 17:30:48 +01:00
}
],
"body": {
"mode": "raw",
2020-05-07 10:52:43 +01:00
"raw": "{ \n\"zoneId\" : [0],\n\"setpoint\" : 84 \n}"
2020-05-06 17:30:48 +01:00
},
"url": {
"raw": "https://public.wcs.schneider-electric.ws/rpc/public_genie/adjust_setpoint",
"protocol": "https",
"host": [
"public",
"wcs",
"schneider-electric",
"ws"
],
"path": [
"rpc",
"public_genie",
"adjust_setpoint"
]
}
},
"response": []
},
{
"name": "poll Genie",
"request": {
"auth": {
"type": "basic",
"basic": [
{
"key": "password",
"value": "Grd.555269",
"type": "string"
},
{
"key": "username",
"value": "karl@k-world.me.uk",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
2020-05-07 10:52:43 +01:00
"key": "User-Agent-Wiser",
2020-05-06 17:30:48 +01:00
"type": "text",
2020-05-07 10:52:43 +01:00
"value": "iPhoneTestTool;iOS6;WiserApp2.0.0"
}
],
"body": {
"mode": "raw",
"raw": "{}"
},
"url": {
"raw": "https://public.wcs.schneider-electric.ws/rpc/public_genie/poll",
"protocol": "https",
"host": [
"public",
"wcs",
"schneider-electric",
"ws"
],
"path": [
"rpc",
"public_genie",
"poll"
]
}
},
"response": []
},
{
"name": "Boost Hot Water 90 Mins",
"request": {
"auth": {
"type": "basic",
"basic": [
{
"key": "password",
"value": "Grd.555269",
"type": "string"
},
{
"key": "username",
"value": "karl@k-world.me.uk",
"type": "string"
}
]
},
"method": "POST",
"header": [
2020-05-06 17:30:48 +01:00
{
"key": "User-Agent-Wiser",
"type": "text",
"value": "iPhoneTestTool;iOS6;WiserApp2.0.0"
2020-05-07 10:52:43 +01:00
}
],
"body": {
"mode": "raw",
"raw": "{\n\"zoneId\": [1],\n\"setPoint\": 255,\n\"durationMinutes\": 90\n}"
},
"url": {
"raw": "https://public.wcs.schneider-electric.ws/rpc/public_genie/apply_timer",
"protocol": "https",
"host": [
"public",
"wcs",
"schneider-electric",
"ws"
],
"path": [
"rpc",
"public_genie",
"apply_timer"
]
}
},
"response": []
},
{
"name": "UnBoots Hot Water",
"request": {
"auth": {
"type": "basic",
"basic": [
{
"key": "password",
"value": "Grd.555269",
"type": "string"
},
{
"key": "username",
"value": "karl@k-world.me.uk",
"type": "string"
}
]
},
"method": "POST",
"header": [
2020-05-06 17:30:48 +01:00
{
2020-05-07 10:52:43 +01:00
"key": "User-Agent-Wiser",
2020-05-06 17:30:48 +01:00
"type": "text",
2020-05-07 10:52:43 +01:00
"value": "iPhoneTestTool;iOS6;WiserApp2.0.0"
2020-05-06 17:30:48 +01:00
}
],
"body": {
"mode": "raw",
2020-05-07 10:52:43 +01:00
"raw": "{\n\"zoneId\": [1]\n}"
2020-05-06 17:30:48 +01:00
},
"url": {
2020-05-07 10:52:43 +01:00
"raw": "https://public.wcs.schneider-electric.ws/rpc/public_genie/cancel_timer",
2020-05-06 17:30:48 +01:00
"protocol": "https",
"host": [
"public",
"wcs",
"schneider-electric",
"ws"
],
"path": [
"rpc",
"public_genie",
2020-05-07 10:52:43 +01:00
"cancel_timer"
2020-05-06 17:30:48 +01:00
]
}
},
"response": []
}
],
"protocolProfileBehavior": {}
}