smart-house-web: в работе
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
###
|
||||
### DEBUG
|
||||
GET http://localhost:8080/debug
|
||||
|
||||
### list rooms
|
||||
GET http://localhost:8080/rooms
|
||||
|
||||
### add room
|
||||
PUT http://localhost:8080/room
|
||||
Content-Type: application/json
|
||||
|
||||
{}
|
||||
"ROOM"
|
||||
|
||||
### drop room
|
||||
DELETE http://localhost:8080/room/ROOM
|
||||
|
||||
Reference in New Issue
Block a user