-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTest.http
More file actions
60 lines (54 loc) · 1.33 KB
/
Test.http
File metadata and controls
60 lines (54 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
### Data post 1
POST http://localhost:8080/esp
Content-Type: application/json
{
"uuid": "bd4a6037-0864-4b0e-80e1-8d1c87bf9aa0",
"friendly_name": "Küche hinten",
"ip": "192.168.101.181",
"action": "switch_1_long"
}
### Data post 2
POST http://localhost:8080/esp
Content-Type: application/json
{
"uuid": "116366b0-31d5-44fd-80d1-373056fda880",
"friendly_name": "Keller Treppe links",
"ip": "192.168.101.182",
"action": "switch_1_short"
}
### Data post 3
POST http://localhost:8080/esp
Content-Type: application/json
{
"uuid": "eb7a899a-6ced-400c-8f46-3ae9d173eaf2",
"friendly_name": "Küche vorne",
"ip": "192.168.101.183",
"action": "switch_1_short"
}
### Data post 4
POST http://localhost:8080/esp
Content-Type: application/json
{
"uuid": "65295b5e-f3ef-41a4-81be-8abcc5ff405e",
"friendly_name": "Wohnzimmer vorne",
"ip": "192.168.101.184",
"action": "switch_1_short"
}
### Data post 5
POST http://localhost:8080/esp
Content-Type: application/json
{
"uuid": "Aa98b862-79d1-44f6-81af-dd2a9666a0a6",
"friendly_name": "Wohnzimmer hinten",
"ip": "192.168.101.185",
"action": "switch_1_short"
}
### Data post 6
POST http://localhost:8080/esp
Content-Type: application/json
{
"uuid": "3298b862-79d1-44f6-81af-dd2a9666a0a6",
"friendly_name": "Wohnzimmer hinten",
"ip": "192.168.101.185",
"action": "switch_1_short"
}