Skip to content

Commit

Permalink
update help, update companion-module-tools, version bump > 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipivan committed Apr 8, 2024
1 parent f5bcb76 commit 69430ec
Show file tree
Hide file tree
Showing 3 changed files with 204 additions and 162 deletions.
9 changes: 7 additions & 2 deletions companion/HELP.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@

Implementation referenced to Document: SW-P-02 Issue 37. 07/09/2017.

This module implements the basic router controls of SW P 02. There are many other commands that are part of the SW P 02 specification, most are device specific or not widely supported. If you would like other commands to be implemented, please create an issue to request it.
This module implements the basic router controls of SW P 02.

## Configuration
Enter the IP address, port and source and destination count. Wait on Ack will force companion to wait for a response before sending the next command in the queue. Interrogate on Connect will interrogate all destinations when a connection is established.
Enter the IP address, port and source and destination count.

Wait on Ack will force companion to wait for a response before sending the next command in the queue.

Interrogate on Connect will interrogate all destinations when a connection is established.

## Actions
- **INTERROGATE**
Expand All @@ -23,6 +27,7 @@ Enter the IP address, port and source and destination count. Wait on Ack will fo

### Version 1.0.3
- Fix typos
- Update companion-module-tools

### Version 1.0.2
- Decode & Write Dual Controller Status Response to logs
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generic-swp02",
"version": "1.0.2",
"version": "1.0.3",
"main": "src/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand All @@ -17,7 +17,7 @@
"@companion-module/base": "~1.7.0"
},
"devDependencies": {
"@companion-module/tools": "^1.4.2"
"@companion-module/tools": "^1.5.0"
},
"prettier": "@companion-module/tools/.prettierrc.json"
}
Loading

0 comments on commit 69430ec

Please sign in to comment.