Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
RBhupi authored Aug 24, 2023
1 parent 68b79fb commit 25f8087
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/reference-guides/dev-quick-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Please consult the official :green_book:[Plugin Tutorials](/docs/tutorials/edge-

:point_up: Avoid making a plugin from scratch. Use another plugin or this [template](https://github.com/waggle-sensor/edge-app-template) for your first plugin or use :new: [Cookiecutter Template](https://github.com/waggle-sensor/cookiecutter-sage-app).

:warning: Repository names should be all in small alphanumeric letters and `-`.
:warning: Repository names should be all in small alphanumeric letters and `-` (Do not use `_`)



Expand Down Expand Up @@ -508,11 +508,9 @@ Host is up (0.0014s latency).
Nmap done: 256 IP addresses (6 hosts up) scanned in 2.42 seconds
```

2. From the output run following command for each `cam_IP`
`curl -u admin:wagglesage -X POST http://cam_IP/control/rcontrol?action=putrs232&rs232outtext=%FF%01%00%0F%00%00%10`

2. From the output run any command for each ip
e.g.
`curl -u admin:wagglesage -X POST http://10.31.81.15/control/rcontrol?action=putrs232&rs232outtext=%FF%01%00%0F%00%00%10`
`curl -u admin:meinsm -X POST http://10.31.81.15/control/rcontrol?action=putrs232&rs232outtext=%FF%01%00%0F%00%00%10`

3. The ip for which output is `OK` is the Mobotix.

Expand Down

0 comments on commit 25f8087

Please sign in to comment.