Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Commit

Permalink
README: fixed wrong endpoint
Browse files Browse the repository at this point in the history
`/common/set_control_info` -> `/aircon/set_control_info`

Fixes issue #18
  • Loading branch information
ael-code committed Jun 21, 2017
1 parent f4586b9 commit acf406f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Uri | GET | POST | desc

##Parameters

###`/common/set_control_info`
###`/aircon/set_control_info`

####Power
param name : **pow**
Expand Down Expand Up @@ -151,7 +151,7 @@ device memorize last humidity state for each mode under dh* (dh1,dh2...) paramet
------------------------------
### Minimal parameters set

The `/common/set_control_info` has some mandatory parameters, it means that you need to include them in all the requests to this endpoint even if you are not interested in changing those specific values.
The `/aircon/set_control_info` has some mandatory parameters, it means that you need to include them in all the requests to this endpoint even if you are not interested in changing those specific values.

These are the mandatory parameters:
- `pow`
Expand Down

0 comments on commit acf406f

Please sign in to comment.