Skip to content

Commit 1884ded

Browse files
author
QuickSander
committed
feat(): Added first unittesters (work in progress).
1 parent 4a82d96 commit 1884ded

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ remove the brightness component from the config.
165165
| `name` | The name of your RGB accessory. It will appear in the Home app | "RGB Light" |
166166
| `service` | `"Light"` or `"Switch"` | |
167167
| `timeout` _(optional)_ | Time (in milli seconds) until the accessory will be marked as "Not Responding" if it is unreachable.| 5000 |
168-
| `http_method` _(optional)_ | The HTTP method used for set requests. | "GET" |
168+
| `http_method` _(optional)_ | The HTTP method used for set requests only. Get HTTP requests are fixed to 'GET' for now. | "GET" |
169169
| `username` _(optional)_ | Username if http authentication is enabled on the RGB device | |
170170
| `password` _(optional)_ | Password if http authentication is enabled on the RGB device | |
171171
| `notificationID` _(optional)_ | Identifier to use when device sends push notifications. See [Push notifications](#push-responses-device-pushes-updates) | |
@@ -226,7 +226,7 @@ This can be realized by supplying the `notificationID` as part of this accesory'
226226
Your device should then push the `On` `characteristic` towards the notification server.
227227
E.g. a POST request towards `http://<homebridge-host>:<notification-server-port>/<notificationID>` with the following
228228
body:
229-
229+
230230
```
231231
{
232232
"characteristic": "On",

0 commit comments

Comments
 (0)