only update with id = today
This commit is contained in:
@@ -1,48 +1,48 @@
|
||||
### Simple GET Request
|
||||
GET http://localhost:8080/api/ping
|
||||
GET http://localhost:8080/ping
|
||||
|
||||
###
|
||||
|
||||
#################### HA #######################
|
||||
|
||||
### Simple GET Desk Position
|
||||
GET http://localhost:8080/api/homeassistant/desk/position
|
||||
GET http://localhost:8080/homeassistant/desk/position
|
||||
|
||||
###
|
||||
|
||||
### Simple GET Stand Automation
|
||||
GET http://localhost:8080/api/homeassistant/desk/stand
|
||||
GET http://localhost:8080/homeassistant/desk/stand
|
||||
|
||||
###
|
||||
|
||||
### Simple POST Stand Automation
|
||||
POST http://localhost:8080/api/homeassistant/desk/stand
|
||||
POST http://localhost:8080/homeassistant/desk/stand
|
||||
|
||||
###
|
||||
|
||||
### Simple GET Temps
|
||||
GET http://localhost:8080/api/homeassistant/temperature
|
||||
GET http://localhost:8080/homeassistant/temperature
|
||||
|
||||
###
|
||||
|
||||
#################### TIDAL #######################
|
||||
|
||||
### Simple GET Song
|
||||
GET http://localhost:8080/api/tidal/song
|
||||
GET http://localhost:8080/tidal/song
|
||||
|
||||
###
|
||||
|
||||
### Simple GET Song Formatted
|
||||
GET http://localhost:8080/api/tidal/songFormatted
|
||||
GET http://localhost:8080/tidal/songFormatted
|
||||
|
||||
###
|
||||
|
||||
### Simple GET Volume
|
||||
GET http://localhost:8080/api/tidal/volume
|
||||
GET http://localhost:8080/tidal/volume
|
||||
|
||||
###
|
||||
|
||||
### Simple SET Volume
|
||||
POST http://localhost:8080/api/tidal/volume
|
||||
POST http://localhost:8080/tidal/volume
|
||||
|
||||
###
|
||||
|
||||
Reference in New Issue
Block a user