smart-house-web: в работе

This commit is contained in:
4 changed files with 54 additions and 10 deletions

View File

@@ -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