We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 954d4d5 commit cab928aCopy full SHA for cab928a
1 file changed
Readme.md
@@ -75,7 +75,7 @@ In order to perform a request, the library follows these steps:
75
##### HTTP POST:
76
- AT+HTTPINIT -> wait for OK
77
- AT+HTTPPARA="CID",1 -> wait for OK
78
- - AT+HTTPPARA="URL","smartgarden.herokuapp.com" -> wait for OK
+ - AT+HTTPPARA="URL","your.api.com" -> wait for OK
79
80
For example, if we have this body: {"location_id": 238, "fill_percent": 90}
81
0 commit comments