Skip to content

Commit

Permalink
Merge pull request #2 from alexbacchin/fix_position
Browse files Browse the repository at this point in the history
    added invert to the set-position command
  • Loading branch information
alexbacchin committed Mar 25, 2023
2 parents 2c74601 + 3438c67 commit 257ef29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ Flag | Environment Variable | Description |
| --host |CONNECTOR_BRIDGE_HOST | The hostname of IP address of the Connector Bridge -0 |
| --port |CONNECTOR_BRIDGE_PORT | The port for the Connector Bridge connection. Default 32100 |
| --apikey | CONNECTOR_BRIDGE_APIKEY | The ApiKey to authenticate with Connector Bridge |
| --simple-status | N/A | Return just the position as status, not the whole status |
| --invert | N/A | Invert the position paramenter to adjust to existing integrations |

```bash
sconnector-cli <command> <device_id> --host=192.168.0.189 --apikey=<Bridge API key> --port=32100
Expand Down

0 comments on commit 257ef29

Please sign in to comment.