Skip to content

Commit

Permalink
Minimal Change
Browse files Browse the repository at this point in the history
  • Loading branch information
SynTexDZN committed Jun 10, 2022
1 parent 499f4fd commit f206ff2
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 @@ -277,7 +277,7 @@ https://github.com/SynTexDZN/homebridge-syntex
- For boolean devices: `true` / `false` *( switch, outlet, led )*
- For numeric devices: `10` / `12.4` *( blind, humidity, light, temperature )*
- For accessories with multiple service types add `&type=` **SERVICETYPE**
- For accessories with multiple services with more than one of the same service types add `&counter=` **SERVICENUMBER**\
- For accessories with multiple services with more than one of the same service types add `&counter=` **SERVICENUMBER**
*( First of that type = 0, second = 1 .. )*

**Example:** `http://homebridge.local:1714/devices?id=ABCDEF1234567890&value=true&brightness=100`\
Expand All @@ -288,7 +288,7 @@ https://github.com/SynTexDZN/homebridge-syntex
1. Open `http://` **Bridge IP** `/devices?id=` **Device ID**
2. Insert the `Bridge IP` and `Device ID`
- For accessories with multiple service types add `&type=` **SERVICETYPE**
- For accessories with multiple services with more than one of the same service types add `&counter=` **SERVICENUMBER**\
- For accessories with multiple services with more than one of the same service types add `&counter=` **SERVICENUMBER**
*( First of that type = 0, second = 1 .. )*

**Example:** `http://homebridge.local:1714/devices?id=ABCDEF1234567890`\
Expand Down

0 comments on commit f206ff2

Please sign in to comment.