Skip to content

Commit 9cc8c86

Browse files
author
QuickSander
committed
fix(): Corrected examples to show correct name for the accessory name.
1 parent 16eacc1 commit 9cc8c86

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ sudo npm uninstall -g homebridge-http-rgb-push
5252

5353
"accessories": [
5454
{
55-
"accessory": "HTTP-RGB",
55+
"accessory": "HTTP-RGB-PUSH",
5656
"name": "RGB Led Strip",
5757
"service": "Light",
5858
"timeout": 3000,
@@ -80,7 +80,7 @@ sudo npm uninstall -g homebridge-http-rgb-push
8080

8181
"accessories": [
8282
{
83-
"accessory": "HTTP-RGB",
83+
"accessory": "HTTP-RGB-PUSH",
8484
"name": "Single Color Light",
8585
"service": "Light",
8686

@@ -96,7 +96,7 @@ sudo npm uninstall -g homebridge-http-rgb-push
9696

9797
"accessories": [
9898
{
99-
"accessory": "HTTP-RGB",
99+
"accessory": "HTTP-RGB-PUSH",
100100
"name": "Single Color Light",
101101
"service": "Light",
102102

@@ -117,7 +117,7 @@ sudo npm uninstall -g homebridge-http-rgb-push
117117

118118
"accessories": [
119119
{
120-
"accessory": "HTTP-RGB",
120+
"accessory": "HTTP-RGB-PUSH",
121121
"name": "Single Color Light",
122122
"service": "Light",
123123

@@ -142,7 +142,7 @@ remove the brightness component from the config.
142142

143143
"accessories": [
144144
{
145-
"accessory": "HTTP-RGB",
145+
"accessory": "HTTP-RGB-PUSH",
146146
"name": "JSON body matching",
147147
"service": "Light",
148148

@@ -162,7 +162,7 @@ remove the brightness component from the config.
162162

163163
| Key | Description | Default |
164164
| --- | --- | --- |
165-
| `accessory` | Must be "HTTP-RGB" | |
165+
| `accessory` | Must be "HTTP-RGB-PUSH" | |
166166
| `name` | The name of your RGB accessory. It will appear in the Home app | "RGB Light" |
167167
| `service` | `"Light"` or `"Switch"` | |
168168
| `timeout` _(optional)_ | Time (in milli seconds) until the accessory will be marked as "Not Responding" if it is unreachable.| 5000 |

0 commit comments

Comments
 (0)