matterbridge-webhooks 1.1.0-edge.3 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -6,7 +6,7 @@ If you like this project and find it useful, please consider giving it a star on
6
6
 
7
7
  <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="120"></a>
8
8
 
9
- ## [1.1.0-edge.3] - Not released
9
+ ## [1.1.0] - 2025-12-16
10
10
 
11
11
  ### Added Webhook devices
12
12
 
@@ -18,7 +18,7 @@ Features:
18
18
  - It is possible to set the method with a prefix 'GET#' or 'POST# in the urls. Default if omitted is GET.
19
19
  - It is possible to use converters in the url.
20
20
 
21
- ## Supported device types:
21
+ ### Supported device types:
22
22
 
23
23
  | Device type | Urls |
24
24
  | -------------- | ------------------------------------ |
@@ -30,7 +30,7 @@ Features:
30
30
 
31
31
  If there is interest, let me know and I will add all other device types.
32
32
 
33
- ## Supported request converters:
33
+ ### Supported request converters:
34
34
 
35
35
  | Converter | Return value |
36
36
  | ------------- | ------------------- |
@@ -43,7 +43,7 @@ If there is interest, let me know and I will add all other device types.
43
43
  | ${COLORX} | colorX 0-1 |
44
44
  | ${COLORY} | colorX 0-1 |
45
45
 
46
- ## Supported cluster attributes:
46
+ ### Supported cluster attributes:
47
47
 
48
48
  | Attributes | Return value |
49
49
  | ------------- | ------------------- |
@@ -59,6 +59,11 @@ If there is interest, let me know and I will add all other device types.
59
59
  | ${gree} | green 0-255 |
60
60
  | ${blue} | blue 0-255 |
61
61
 
62
+ ### Changed
63
+
64
+ - [package]: Updated dependencies.
65
+ - [package]: Bumped package to automator v.2.1.1.
66
+
62
67
  <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
63
68
 
64
69
  ## [1.0.2] - 2025-12-12
@@ -136,12 +136,12 @@
136
136
  "colorTempUrl": {
137
137
  "type": "string",
138
138
  "title": "Light Color Temperature URL",
139
- "description": "URL to adjust the color temperature of the light. (i.e. [GET|POST]:http://mydomain.com/api/device?colorTemp=${COLORTEMP})"
139
+ "description": "URL to adjust the color temperature of the light. (i.e. [GET|POST]:http://mydomain.com/api/device?colorTemp=${MIRED})"
140
140
  },
141
141
  "rgbUrl": {
142
142
  "type": "string",
143
143
  "title": "Light RGB URL",
144
- "description": "URL to adjust the RGB color of the light. (i.e. [GET|POST]:http://mydomain.com/api/device?rgb=${RGB})"
144
+ "description": "URL to adjust the RGB color of the light. (i.e. [GET|POST]:http://mydomain.com/api/device?hue=${HUE}&saturation=${SATURATION})"
145
145
  }
146
146
  }
147
147
  }
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "matterbridge-webhooks",
3
- "version": "1.1.0-edge.3",
3
+ "version": "1.1.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "matterbridge-webhooks",
9
- "version": "1.1.0-edge.3",
9
+ "version": "1.1.0",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "node-ansi-logger": "3.1.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matterbridge-webhooks",
3
- "version": "1.1.0-edge.3",
3
+ "version": "1.1.0",
4
4
  "description": "Matterbridge webhooks plugin",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",