Skip to content

Commit

Permalink
Merge pull request #42 from phillipivan/main
Browse files Browse the repository at this point in the history
v2.4.4
  • Loading branch information
phillipivan authored Sep 25, 2024
2 parents 0e4ac80 + fbdf5f1 commit cefc4c3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion companion/HELP.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Central to the concept of ember+ is the address or path of the data element you

- #### Decimal in Brackets: My Useful Ember Path [1.2.3.4]

Any path field that contains brackets [] will just use the contents enclosed in the brackets as the path. Thus you can copy paste any path with text and decimals from Ember Plus Viewer, and keep the text for readability or enter your own description _This is a very useful path[1.2.3.4]_. Only the path will be used for variable creation.
Any path field that contains brackets [] will just use the contents enclosed in the brackets as the path. Thus you can copy paste any path with text and decimals from Ember Plus Viewer, and keep the text for readability or enter your own description _This is a very useful path[1.2.3.4]_. Only the path will be used for variable creation. This method cannot be used in config fields.

- #### Variables
Except in the module configuration, all of the above can be constructed with variables for both actions and feedbacks.
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-emberplus",
"version": "2.4.3",
"version": "2.4.4",
"main": "dist/index.js",
"scripts": {
"prepare": "husky",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@companion-module/base": "~1.10.0",
"@types/node": "^18.19.45",
"delay": "^6.0.0",
"emberplus-connection": "^0.2.2",
"emberplus-connection": "0.2.1",
"p-queue": "^8.0.1"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1062,17 +1062,17 @@ asn1@evs-broadcast/node-asn1:
languageName: node
linkType: hard

"emberplus-connection@npm:^0.2.2":
version: 0.2.2
resolution: "emberplus-connection@npm:0.2.2"
"emberplus-connection@npm:0.2.1":
version: 0.2.1
resolution: "emberplus-connection@npm:0.2.1"
dependencies:
asn1: evs-broadcast/node-asn1
debug: "npm:^4.3.4"
eventemitter3: "npm:^4.0.7"
long: "npm:^3.2.0"
smart-buffer: "npm:^3.0.3"
tslib: "npm:^2.6.2"
checksum: 10c0/e7674b2990733800f3838f8ec4d9679b26336bc6c2e83b78dce2c10e9552c26f8fc3f08fbaa0ce8f089812c26ef7d4c3057b20cb90527a5e34e53cc6b4203430
checksum: 10c0/33a98476560664e921dc2e375256ae8f8e92d78c095ac03a123d91acccc38daaa5da313d7b5d0a63ef450b86d069da7eb999cbc8e921b09abeb399dcd3dc10c3
languageName: node
linkType: hard

Expand Down Expand Up @@ -1550,7 +1550,7 @@ asn1@evs-broadcast/node-asn1:
"@companion-module/tools": "npm:^2.0.4"
"@types/node": "npm:^18.19.45"
delay: "npm:^6.0.0"
emberplus-connection: "npm:^0.2.2"
emberplus-connection: "npm:0.2.1"
eslint: "npm:^9.11.0"
husky: "npm:^9.1.6"
lint-staged: "npm:^15.2.10"
Expand Down

0 comments on commit cefc4c3

Please sign in to comment.