matterbridge-eve-door 1.0.9 → 1.2.0-dev.1
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 +21 -0
- package/LICENSE +202 -0
- package/README.md +1 -0
- package/dist/index.js +0 -7
- package/dist/platform.js +17 -15
- package/npm-shrinkwrap.json +41 -12
- package/package.json +3 -37
- package/create-release.js +0 -81
- package/dist/index.d.ts +0 -11
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/platform.d.ts +0 -13
- package/dist/platform.d.ts.map +0 -1
- package/dist/platform.js.map +0 -1
- package/link-matterbridge-script.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,27 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [1.2.0-dev.1] - 2025-02-01
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- [package]: Require Matterbridge 2.1.0.
|
|
10
|
+
- [package]: Update package.
|
|
11
|
+
- [package]: Update dependencies.
|
|
12
|
+
|
|
13
|
+
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
14
|
+
<img src="./yellow-button.png" alt="Buy me a coffee" width="120">
|
|
15
|
+
</a>
|
|
16
|
+
|
|
17
|
+
## [1.1.0] - 2024-12-14
|
|
18
|
+
|
|
19
|
+
### Added
|
|
20
|
+
|
|
21
|
+
- [package]: Verified to work with Matterbridge edge.
|
|
22
|
+
- [package]: Require Matterbridge 1.6.6.
|
|
23
|
+
- [package]: Matter 1.3 compliant.
|
|
24
|
+
- [package]: Update dependencies.
|
|
25
|
+
|
|
5
26
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
6
27
|
<img src="./yellow-button.png" alt="Buy me a coffee" width="120">
|
|
7
28
|
</a>
|
package/LICENSE
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
|
|
2
|
+
Apache License
|
|
3
|
+
Version 2.0, January 2004
|
|
4
|
+
http://www.apache.org/licenses/
|
|
5
|
+
|
|
6
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
7
|
+
|
|
8
|
+
1. Definitions.
|
|
9
|
+
|
|
10
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
11
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
12
|
+
|
|
13
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
14
|
+
the copyright owner that is granting the License.
|
|
15
|
+
|
|
16
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
17
|
+
other entities that control, are controlled by, or are under common
|
|
18
|
+
control with that entity. For the purposes of this definition,
|
|
19
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
20
|
+
direction or management of such entity, whether by contract or
|
|
21
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
22
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
23
|
+
|
|
24
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
25
|
+
exercising permissions granted by this License.
|
|
26
|
+
|
|
27
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
28
|
+
including but not limited to software source code, documentation
|
|
29
|
+
source, and configuration files.
|
|
30
|
+
|
|
31
|
+
"Object" form shall mean any form resulting from mechanical
|
|
32
|
+
transformation or translation of a Source form, including but
|
|
33
|
+
not limited to compiled object code, generated documentation,
|
|
34
|
+
and conversions to other media types.
|
|
35
|
+
|
|
36
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
37
|
+
Object form, made available under the License, as indicated by a
|
|
38
|
+
copyright notice that is included in or attached to the work
|
|
39
|
+
(an example is provided in the Appendix below).
|
|
40
|
+
|
|
41
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
42
|
+
form, that is based on (or derived from) the Work and for which the
|
|
43
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
44
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
45
|
+
of this License, Derivative Works shall not include works that remain
|
|
46
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
47
|
+
the Work and Derivative Works thereof.
|
|
48
|
+
|
|
49
|
+
"Contribution" shall mean any work of authorship, including
|
|
50
|
+
the original version of the Work and any modifications or additions
|
|
51
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
52
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
53
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
54
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
55
|
+
means any form of electronic, verbal, or written communication sent
|
|
56
|
+
to the Licensor or its representatives, including but not limited to
|
|
57
|
+
communication on electronic mailing lists, source code control systems,
|
|
58
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
59
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
60
|
+
excluding communication that is conspicuously marked or otherwise
|
|
61
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
62
|
+
|
|
63
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
64
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
65
|
+
subsequently incorporated within the Work.
|
|
66
|
+
|
|
67
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
68
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
69
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
70
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
71
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
72
|
+
Work and such Derivative Works in Source or Object form.
|
|
73
|
+
|
|
74
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
75
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
76
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
77
|
+
(except as stated in this section) patent license to make, have made,
|
|
78
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
79
|
+
where such license applies only to those patent claims licensable
|
|
80
|
+
by such Contributor that are necessarily infringed by their
|
|
81
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
82
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
83
|
+
institute patent litigation against any entity (including a
|
|
84
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
85
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
86
|
+
or contributory patent infringement, then any patent licenses
|
|
87
|
+
granted to You under this License for that Work shall terminate
|
|
88
|
+
as of the date such litigation is filed.
|
|
89
|
+
|
|
90
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
91
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
92
|
+
modifications, and in Source or Object form, provided that You
|
|
93
|
+
meet the following conditions:
|
|
94
|
+
|
|
95
|
+
(a) You must give any other recipients of the Work or
|
|
96
|
+
Derivative Works a copy of this License; and
|
|
97
|
+
|
|
98
|
+
(b) You must cause any modified files to carry prominent notices
|
|
99
|
+
stating that You changed the files; and
|
|
100
|
+
|
|
101
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
102
|
+
that You distribute, all copyright, patent, trademark, and
|
|
103
|
+
attribution notices from the Source form of the Work,
|
|
104
|
+
excluding those notices that do not pertain to any part of
|
|
105
|
+
the Derivative Works; and
|
|
106
|
+
|
|
107
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
108
|
+
distribution, then any Derivative Works that You distribute must
|
|
109
|
+
include a readable copy of the attribution notices contained
|
|
110
|
+
within such NOTICE file, excluding those notices that do not
|
|
111
|
+
pertain to any part of the Derivative Works, in at least one
|
|
112
|
+
of the following places: within a NOTICE text file distributed
|
|
113
|
+
as part of the Derivative Works; within the Source form or
|
|
114
|
+
documentation, if provided along with the Derivative Works; or,
|
|
115
|
+
within a display generated by the Derivative Works, if and
|
|
116
|
+
wherever such third-party notices normally appear. The contents
|
|
117
|
+
of the NOTICE file are for informational purposes only and
|
|
118
|
+
do not modify the License. You may add Your own attribution
|
|
119
|
+
notices within Derivative Works that You distribute, alongside
|
|
120
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
121
|
+
that such additional attribution notices cannot be construed
|
|
122
|
+
as modifying the License.
|
|
123
|
+
|
|
124
|
+
You may add Your own copyright statement to Your modifications and
|
|
125
|
+
may provide additional or different license terms and conditions
|
|
126
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
127
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
128
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
129
|
+
the conditions stated in this License.
|
|
130
|
+
|
|
131
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
132
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
133
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
134
|
+
this License, without any additional terms or conditions.
|
|
135
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
136
|
+
the terms of any separate license agreement you may have executed
|
|
137
|
+
with Licensor regarding such Contributions.
|
|
138
|
+
|
|
139
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
140
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
141
|
+
except as required for reasonable and customary use in describing the
|
|
142
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
143
|
+
|
|
144
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
145
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
146
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
147
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
148
|
+
implied, including, without limitation, any warranties or conditions
|
|
149
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
150
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
151
|
+
appropriateness of using or redistributing the Work and assume any
|
|
152
|
+
risks associated with Your exercise of permissions under this License.
|
|
153
|
+
|
|
154
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
155
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
156
|
+
unless required by applicable law (such as deliberate and grossly
|
|
157
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
158
|
+
liable to You for damages, including any direct, indirect, special,
|
|
159
|
+
incidental, or consequential damages of any character arising as a
|
|
160
|
+
result of this License or out of the use or inability to use the
|
|
161
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
162
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
163
|
+
other commercial damages or losses), even if such Contributor
|
|
164
|
+
has been advised of the possibility of such damages.
|
|
165
|
+
|
|
166
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
167
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
168
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
169
|
+
or other liability obligations and/or rights consistent with this
|
|
170
|
+
License. However, in accepting such obligations, You may act only
|
|
171
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
172
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
173
|
+
defend, and hold each Contributor harmless for any liability
|
|
174
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
175
|
+
of your accepting any such warranty or additional liability.
|
|
176
|
+
|
|
177
|
+
END OF TERMS AND CONDITIONS
|
|
178
|
+
|
|
179
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
180
|
+
|
|
181
|
+
To apply the Apache License to your work, attach the following
|
|
182
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
183
|
+
replaced with your own identifying information. (Don't include
|
|
184
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
185
|
+
comment syntax for the file format. We also recommend that a
|
|
186
|
+
file or class name and description of purpose be included on the
|
|
187
|
+
same "printed page" as the copyright notice for easier
|
|
188
|
+
identification within third-party archives.
|
|
189
|
+
|
|
190
|
+
Copyright [yyyy] [name of copyright owner]
|
|
191
|
+
|
|
192
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
193
|
+
you may not use this file except in compliance with the License.
|
|
194
|
+
You may obtain a copy of the License at
|
|
195
|
+
|
|
196
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
197
|
+
|
|
198
|
+
Unless required by applicable law or agreed to in writing, software
|
|
199
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
200
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
201
|
+
See the License for the specific language governing permissions and
|
|
202
|
+
limitations under the License.
|
package/README.md
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
[](https://hub.docker.com/r/luligu/matterbridge)
|
|
6
6
|
[](https://hub.docker.com/r/luligu/matterbridge)
|
|
7
7
|

|
|
8
|
+

|
|
8
9
|
|
|
9
10
|
[](https://www.npmjs.com/package/matterbridge)
|
|
10
11
|
[](https://www.npmjs.com/package/matter-history)
|
package/dist/index.js
CHANGED
|
@@ -1,11 +1,4 @@
|
|
|
1
1
|
import { EveDoorPlatform } from './platform.js';
|
|
2
|
-
/**
|
|
3
|
-
* This is the standard interface for MatterBridge plugins.
|
|
4
|
-
* Each plugin should export a default function that follows this signature.
|
|
5
|
-
*
|
|
6
|
-
* @param matterbridge - An instance of MatterBridge
|
|
7
|
-
*/
|
|
8
2
|
export default function initializePlugin(matterbridge, log, config) {
|
|
9
3
|
return new EveDoorPlatform(matterbridge, log, config);
|
|
10
4
|
}
|
|
11
|
-
//# sourceMappingURL=index.js.map
|
package/dist/platform.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BooleanState, MatterbridgeAccessoryPlatform, powerSource, MatterbridgeEndpoint, contactSensor, PowerSource } from 'matterbridge';
|
|
2
2
|
import { MatterHistory } from 'matter-history';
|
|
3
3
|
export class EveDoorPlatform extends MatterbridgeAccessoryPlatform {
|
|
4
4
|
door;
|
|
@@ -6,53 +6,55 @@ export class EveDoorPlatform extends MatterbridgeAccessoryPlatform {
|
|
|
6
6
|
interval;
|
|
7
7
|
constructor(matterbridge, log, config) {
|
|
8
8
|
super(matterbridge, log, config);
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
throw new Error(`This plugin requires Matterbridge version >= "1.6.0". Please update Matterbridge from ${this.matterbridge.matterbridgeVersion} to the latest version in the frontend."`);
|
|
9
|
+
if (this.verifyMatterbridgeVersion === undefined || typeof this.verifyMatterbridgeVersion !== 'function' || !this.verifyMatterbridgeVersion('2.1.0')) {
|
|
10
|
+
throw new Error(`This plugin requires Matterbridge version >= "2.1.0". Please update Matterbridge from ${this.matterbridge.matterbridgeVersion} to the latest version in the frontend."`);
|
|
12
11
|
}
|
|
13
12
|
this.log.info('Initializing platform:', this.config.name);
|
|
14
13
|
}
|
|
15
14
|
async onStart(reason) {
|
|
16
15
|
this.log.info('onStart called with reason:', reason ?? 'none');
|
|
17
|
-
this.history = new MatterHistory(this.log, 'Eve door', { filePath: this.matterbridge.matterbridgeDirectory });
|
|
18
|
-
this.door = new
|
|
16
|
+
this.history = new MatterHistory(this.log, 'Eve door', { filePath: this.matterbridge.matterbridgeDirectory, edge: this.matterbridge.edge });
|
|
17
|
+
this.door = new MatterbridgeEndpoint([contactSensor, powerSource], { uniqueStorageKey: 'Eve door' }, this.config.debug);
|
|
19
18
|
this.door.createDefaultIdentifyClusterServer();
|
|
20
19
|
this.door.createDefaultBasicInformationClusterServer('Eve door', '0x88030475', 4874, 'Eve Systems', 77, 'Eve Door 20EBN9901', 1144, '1.2.8');
|
|
21
20
|
this.door.createDefaultBooleanStateClusterServer(true);
|
|
22
|
-
this.door.addDeviceType(powerSource);
|
|
23
21
|
this.door.createDefaultPowerSourceReplaceableBatteryClusterServer(75);
|
|
24
|
-
// Add the EveHistory cluster to the device as last cluster and call autoPilot
|
|
25
22
|
this.history.createDoorEveHistoryClusterServer(this.door, this.log);
|
|
26
23
|
this.history.autoPilot(this.door);
|
|
27
24
|
await this.registerDevice(this.door);
|
|
28
25
|
this.door.addCommandHandler('identify', async ({ request: { identifyTime } }) => {
|
|
29
|
-
this.log.
|
|
26
|
+
this.log.info(`Command identify called identifyTime ${identifyTime}`);
|
|
27
|
+
this.history?.logHistory(false);
|
|
28
|
+
});
|
|
29
|
+
this.door.addCommandHandler('triggerEffect', async ({ request: { effectIdentifier, effectVariant } }) => {
|
|
30
|
+
this.log.info(`Command triggerEffect called effect ${effectIdentifier} variant ${effectVariant}`);
|
|
30
31
|
this.history?.logHistory(false);
|
|
31
32
|
});
|
|
32
33
|
}
|
|
33
34
|
async onConfigure() {
|
|
34
35
|
this.log.info('onConfigure called');
|
|
35
|
-
this.interval = setInterval(() => {
|
|
36
|
+
this.interval = setInterval(async () => {
|
|
36
37
|
if (!this.door || !this.history)
|
|
37
38
|
return;
|
|
38
|
-
let contact = this.door.
|
|
39
|
+
let contact = this.door.getAttribute(BooleanState.Cluster.id, 'stateValue', this.log);
|
|
39
40
|
contact = !contact;
|
|
40
|
-
this.door.
|
|
41
|
-
|
|
42
|
-
this.door.getClusterServerById(BooleanState.Cluster.id)?.triggerStateChangeEvent({ stateValue: contact });
|
|
41
|
+
await this.door.setAttribute(BooleanState.Cluster.id, 'stateValue', contact, this.log);
|
|
42
|
+
await this.door.triggerEvent(BooleanState.Cluster.id, 'stateChange', { stateValue: contact }, this.log);
|
|
43
43
|
if (contact === false)
|
|
44
44
|
this.history.addToTimesOpened();
|
|
45
45
|
this.history.setLastEvent();
|
|
46
46
|
this.history.addEntry({ time: this.history.now(), contact: contact === true ? 0 : 1 });
|
|
47
47
|
this.log.info(`Set contact to ${contact}`);
|
|
48
|
+
const batteryLevel = this.door.getAttribute(PowerSource.Cluster.id, 'batPercentRemaining', this.log);
|
|
49
|
+
await this.door.setAttribute(PowerSource.Cluster.id, 'batPercentRemaining', batteryLevel + 20 > 200 ? 20 : batteryLevel + 20, this.log);
|
|
48
50
|
}, 60 * 1000 + 100);
|
|
49
51
|
}
|
|
50
52
|
async onShutdown(reason) {
|
|
51
53
|
this.log.info('onShutdown called with reason:', reason ?? 'none');
|
|
52
54
|
await this.history?.close();
|
|
53
55
|
clearInterval(this.interval);
|
|
56
|
+
this.interval = undefined;
|
|
54
57
|
if (this.config.unregisterOnShutdown === true)
|
|
55
58
|
await this.unregisterAllDevices();
|
|
56
59
|
}
|
|
57
60
|
}
|
|
58
|
-
//# sourceMappingURL=platform.js.map
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,27 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge-eve-door",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.2.0-dev.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "matterbridge-eve-door",
|
|
9
|
-
"version": "1.0.
|
|
10
|
-
"hasInstallScript": true,
|
|
9
|
+
"version": "1.2.0-dev.1",
|
|
11
10
|
"license": "MIT",
|
|
12
11
|
"dependencies": {
|
|
13
|
-
"matter-history": "1.1.17-dev.
|
|
12
|
+
"matter-history": "1.1.17-dev.8",
|
|
14
13
|
"node-ansi-logger": "3.0.0",
|
|
15
14
|
"node-persist-manager": "1.0.8"
|
|
16
15
|
},
|
|
17
16
|
"engines": {
|
|
18
|
-
"node": ">=18.0.0"
|
|
17
|
+
"node": ">=18.0.0 <19.0.0 || >=20.0.0 <21.0.0 || >=22.0.0 <23.0.0"
|
|
19
18
|
}
|
|
20
19
|
},
|
|
21
20
|
"node_modules/matter-history": {
|
|
22
|
-
"version": "1.1.17-dev.
|
|
23
|
-
"resolved": "https://registry.npmjs.org/matter-history/-/matter-history-1.1.17-dev.
|
|
24
|
-
"integrity": "sha512-
|
|
21
|
+
"version": "1.1.17-dev.8",
|
|
22
|
+
"resolved": "https://registry.npmjs.org/matter-history/-/matter-history-1.1.17-dev.8.tgz",
|
|
23
|
+
"integrity": "sha512-r/qr30WlJkLbmFVhF6fbeTPZFaLaznYBZVhZuPPAeCY0Y1FN+YdqKzUd59jAeSMQQZNGmPqOuHnOlrkzczKA1g==",
|
|
25
24
|
"hasShrinkwrap": true,
|
|
26
25
|
"license": "Apache-2.0",
|
|
27
26
|
"dependencies": {
|
|
@@ -29,7 +28,7 @@
|
|
|
29
28
|
"node-ansi-logger": "3.0.0"
|
|
30
29
|
},
|
|
31
30
|
"engines": {
|
|
32
|
-
"node": ">=18.0.0"
|
|
31
|
+
"node": ">=18.0.0 <19.0.0 || >=20.0.0 <21.0.0 || >=22.0.0 <23.0.0"
|
|
33
32
|
},
|
|
34
33
|
"funding": {
|
|
35
34
|
"type": "buymeacoffee",
|
|
@@ -72,10 +71,13 @@
|
|
|
72
71
|
}
|
|
73
72
|
},
|
|
74
73
|
"node_modules/node-persist": {
|
|
75
|
-
"version": "4.0.
|
|
76
|
-
"resolved": "https://registry.npmjs.org/node-persist/-/node-persist-4.0.
|
|
77
|
-
"integrity": "sha512-
|
|
74
|
+
"version": "4.0.4",
|
|
75
|
+
"resolved": "https://registry.npmjs.org/node-persist/-/node-persist-4.0.4.tgz",
|
|
76
|
+
"integrity": "sha512-8sPAz/7tw1mCCc8xBG4f0wi+flHkSSgQeX998iQ75Pu27evA6UUWCjSE7xnrYTg2q33oU5leJ061EKPDv6BocQ==",
|
|
78
77
|
"license": "MIT",
|
|
78
|
+
"dependencies": {
|
|
79
|
+
"p-limit": "^3.1.0"
|
|
80
|
+
},
|
|
79
81
|
"engines": {
|
|
80
82
|
"node": ">=10.12.0"
|
|
81
83
|
}
|
|
@@ -95,6 +97,33 @@
|
|
|
95
97
|
"type": "buymeacoffee",
|
|
96
98
|
"url": "https://www.buymeacoffee.com/luligugithub"
|
|
97
99
|
}
|
|
100
|
+
},
|
|
101
|
+
"node_modules/p-limit": {
|
|
102
|
+
"version": "3.1.0",
|
|
103
|
+
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
|
|
104
|
+
"integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
|
|
105
|
+
"license": "MIT",
|
|
106
|
+
"dependencies": {
|
|
107
|
+
"yocto-queue": "^0.1.0"
|
|
108
|
+
},
|
|
109
|
+
"engines": {
|
|
110
|
+
"node": ">=10"
|
|
111
|
+
},
|
|
112
|
+
"funding": {
|
|
113
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
"node_modules/yocto-queue": {
|
|
117
|
+
"version": "0.1.0",
|
|
118
|
+
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
|
|
119
|
+
"integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
|
|
120
|
+
"license": "MIT",
|
|
121
|
+
"engines": {
|
|
122
|
+
"node": ">=10"
|
|
123
|
+
},
|
|
124
|
+
"funding": {
|
|
125
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
126
|
+
}
|
|
98
127
|
}
|
|
99
128
|
}
|
|
100
129
|
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge-eve-door",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.2.0-dev.1",
|
|
4
4
|
"description": "Matterbridge eve door with history",
|
|
5
5
|
"author": "https://github.com/Luligu",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
|
-
"types": "dist/index.d.ts",
|
|
10
9
|
"repository": {
|
|
11
10
|
"type": "git",
|
|
12
11
|
"url": "git+https://github.com/Luligu/matterbridge-eve-door.git"
|
|
@@ -25,43 +24,10 @@
|
|
|
25
24
|
"history"
|
|
26
25
|
],
|
|
27
26
|
"engines": {
|
|
28
|
-
"node": ">=18.0.0"
|
|
29
|
-
},
|
|
30
|
-
"scripts": {
|
|
31
|
-
"build": "tsc",
|
|
32
|
-
"watch": "tsc --watch",
|
|
33
|
-
"start": "matterbridge",
|
|
34
|
-
"start:bridge": "matterbridge -bridge",
|
|
35
|
-
"start:childbridge": "matterbridge -childbridge",
|
|
36
|
-
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
|
|
37
|
-
"test:verbose": "node --experimental-vm-modules node_modules/jest/bin/jest.js --verbose",
|
|
38
|
-
"test:watch": "node --experimental-vm-modules node_modules/jest/bin/jest.js --watch",
|
|
39
|
-
"test:coverage": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage",
|
|
40
|
-
"lint": "eslint --max-warnings=0 .",
|
|
41
|
-
"lint:fix": "eslint --fix --max-warnings=0 .",
|
|
42
|
-
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,css,md}\"",
|
|
43
|
-
"format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,json,css,md}\"",
|
|
44
|
-
"clean": "npx rimraf tsconfig.tsbuildinfo ./dist",
|
|
45
|
-
"cleanBuild": "npm run clean && tsc",
|
|
46
|
-
"deepClean": "npx rimraf tsconfig.tsbuildinfo package-lock.json npm-shrinkwrap.json ./dist ./node_modules",
|
|
47
|
-
"deepCleanBuild": "npm run deepClean && npm install && npm link matterbridge && npm run build",
|
|
48
|
-
"checkDependencies": "npx npm-check-updates",
|
|
49
|
-
"updateDependencies": "npx npm-check-updates -u && npm install && npm link matterbridge && npm run build",
|
|
50
|
-
"prepublishOnly": "npm pkg delete devDependencies && npm install --omit=dev && npm shrinkwrap",
|
|
51
|
-
"npmPack": "npm run cleanBuild && copy package.json package.log && npm pkg delete devDependencies && npm install --omit=dev && npm shrinkwrap && npm pack && copy package.log package.json && npm run deepCleanBuild",
|
|
52
|
-
"matterbridge:add": "matterbridge -add .\\",
|
|
53
|
-
"matterbridge:remove": "matterbridge -remove .\\",
|
|
54
|
-
"matterbridge:enable": "matterbridge -enable .\\",
|
|
55
|
-
"matterbridge:disable": "matterbridge -disable .\\",
|
|
56
|
-
"matterbridge:list": "matterbridge -list",
|
|
57
|
-
"dev:link": "npm link matterbridge",
|
|
58
|
-
"dev:unlink": "npm unlink matterbridge",
|
|
59
|
-
"dev:install": "npm install --no-save matterbridge",
|
|
60
|
-
"dev:uninstall": "npm uninstall matterbridge",
|
|
61
|
-
"install": "node link-matterbridge-script.js"
|
|
27
|
+
"node": ">=18.0.0 <19.0.0 || >=20.0.0 <21.0.0 || >=22.0.0 <23.0.0"
|
|
62
28
|
},
|
|
63
29
|
"dependencies": {
|
|
64
|
-
"matter-history": "1.1.17-dev.
|
|
30
|
+
"matter-history": "1.1.17-dev.8",
|
|
65
31
|
"node-ansi-logger": "3.0.0",
|
|
66
32
|
"node-persist-manager": "1.0.8"
|
|
67
33
|
}
|
package/create-release.js
DELETED
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
/* eslint-disable no-console */
|
|
2
|
-
|
|
3
|
-
/*
|
|
4
|
-
Add the following scripts to package.json file:
|
|
5
|
-
"prepublishOnly": "npm run lint && npm run test && npm run cleanBuild",
|
|
6
|
-
"npmPublish": "npm publish",
|
|
7
|
-
"gitPublish": "npm run lint && npm run test && npm run cleanBuild && node create-release.js",
|
|
8
|
-
"preversion": "npm run lint && npm run test && npm run cleanBuild",
|
|
9
|
-
"postversion": "git push && git push --tags && node create-release.js",
|
|
10
|
-
"version:patch": "npm version patch",
|
|
11
|
-
"version:minor": "npm version minor",
|
|
12
|
-
"version:major": "npm version major",
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
import { execSync } from 'child_process';
|
|
16
|
-
import { readFileSync, writeFileSync, unlinkSync } from 'fs';
|
|
17
|
-
import path from 'path';
|
|
18
|
-
import readline from 'readline';
|
|
19
|
-
|
|
20
|
-
// Get the latest tag
|
|
21
|
-
let tag = execSync('git describe --tags --abbrev=0').toString().trim();
|
|
22
|
-
if (tag.startsWith('v')) {
|
|
23
|
-
tag = tag.substring(1);
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
// Read the changelog file
|
|
27
|
-
const changelogPath = path.join(process.cwd(), 'CHANGELOG.md');
|
|
28
|
-
const changelog = readFileSync(changelogPath, 'utf8');
|
|
29
|
-
|
|
30
|
-
// Extract the relevant section from the changelog
|
|
31
|
-
const changelogSection = extractChangelogSection(changelog, tag);
|
|
32
|
-
|
|
33
|
-
const title = `Release ${tag}`;
|
|
34
|
-
const notes = `Release notes for version ${tag}\n\n## [${tag}] ${changelogSection}`;
|
|
35
|
-
|
|
36
|
-
// Log the release details
|
|
37
|
-
console.log(`Creating release ${tag} with the following details:\nTitle:\n${title}\nNotes:\n${notes}`);
|
|
38
|
-
|
|
39
|
-
// Write the release notes to a temporary file
|
|
40
|
-
const notesFilePath = path.join(process.cwd(), 'release-notes.md');
|
|
41
|
-
writeFileSync(notesFilePath, notes);
|
|
42
|
-
|
|
43
|
-
// Wait for user input before proceeding
|
|
44
|
-
await pressAnyKey();
|
|
45
|
-
|
|
46
|
-
// Create the release using the temporary file
|
|
47
|
-
execSync(`gh release create ${tag} -t "${title}" -F "${notesFilePath}"`, { stdio: 'inherit' });
|
|
48
|
-
|
|
49
|
-
// Clean up the temporary file
|
|
50
|
-
unlinkSync(notesFilePath);
|
|
51
|
-
|
|
52
|
-
/**
|
|
53
|
-
* Extracts the relevant section from the changelog for the given tag.
|
|
54
|
-
* Assumes that each version section in the changelog starts with a heading like "## [tag]".
|
|
55
|
-
* @param {string} changelog - The content of the changelog file.
|
|
56
|
-
* @param {string} tag - The tag for which to extract the changelog section.
|
|
57
|
-
* @returns {string} - The extracted changelog section.
|
|
58
|
-
*/
|
|
59
|
-
function extractChangelogSection(changelog, tag) {
|
|
60
|
-
const regex = new RegExp(`## \\[${tag}\\](.*?)(## \\[|$)`, 's');
|
|
61
|
-
const match = changelog.match(regex);
|
|
62
|
-
return match ? match[1].trim() : 'No changelog entry found for this version.';
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
/**
|
|
66
|
-
* Waits for the user to press any key.
|
|
67
|
-
* @returns {Promise<void>}
|
|
68
|
-
*/
|
|
69
|
-
function pressAnyKey() {
|
|
70
|
-
return new Promise((resolve) => {
|
|
71
|
-
const rl = readline.createInterface({
|
|
72
|
-
input: process.stdin,
|
|
73
|
-
output: process.stdout,
|
|
74
|
-
});
|
|
75
|
-
|
|
76
|
-
rl.question('Press any key to continue...', () => {
|
|
77
|
-
rl.close();
|
|
78
|
-
resolve();
|
|
79
|
-
});
|
|
80
|
-
});
|
|
81
|
-
}
|
package/dist/index.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Matterbridge, PlatformConfig } from 'matterbridge';
|
|
2
|
-
import { AnsiLogger } from 'matterbridge/logger';
|
|
3
|
-
import { EveDoorPlatform } from './platform.js';
|
|
4
|
-
/**
|
|
5
|
-
* This is the standard interface for MatterBridge plugins.
|
|
6
|
-
* Each plugin should export a default function that follows this signature.
|
|
7
|
-
*
|
|
8
|
-
* @param matterbridge - An instance of MatterBridge
|
|
9
|
-
*/
|
|
10
|
-
export default function initializePlugin(matterbridge: Matterbridge, log: AnsiLogger, config: PlatformConfig): EveDoorPlatform;
|
|
11
|
-
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAC5D,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAEhD;;;;;GAKG;AACH,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,YAAY,EAAE,YAAY,EAAE,GAAG,EAAE,UAAU,EAAE,MAAM,EAAE,cAAc,mBAE3G"}
|
package/dist/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAEhD;;;;;GAKG;AACH,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,YAA0B,EAAE,GAAe,EAAE,MAAsB;IAC1G,OAAO,IAAI,eAAe,CAAC,YAAY,EAAE,GAAG,EAAE,MAAM,CAAC,CAAC;AACxD,CAAC"}
|
package/dist/platform.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { PlatformConfig, Matterbridge, MatterbridgeDevice, MatterbridgeAccessoryPlatform } from 'matterbridge';
|
|
2
|
-
import { MatterHistory } from 'matter-history';
|
|
3
|
-
import { AnsiLogger } from 'matterbridge/logger';
|
|
4
|
-
export declare class EveDoorPlatform extends MatterbridgeAccessoryPlatform {
|
|
5
|
-
door: MatterbridgeDevice | undefined;
|
|
6
|
-
history: MatterHistory | undefined;
|
|
7
|
-
interval: NodeJS.Timeout | undefined;
|
|
8
|
-
constructor(matterbridge: Matterbridge, log: AnsiLogger, config: PlatformConfig);
|
|
9
|
-
onStart(reason?: string): Promise<void>;
|
|
10
|
-
onConfigure(): Promise<void>;
|
|
11
|
-
onShutdown(reason?: string): Promise<void>;
|
|
12
|
-
}
|
|
13
|
-
//# sourceMappingURL=platform.d.ts.map
|
package/dist/platform.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"platform.d.ts","sourceRoot":"","sources":["../src/platform.ts"],"names":[],"mappings":"AAAA,OAAO,EAA6B,cAAc,EAAE,YAAY,EAAE,kBAAkB,EAAE,6BAA6B,EAAe,MAAM,cAAc,CAAC;AACvJ,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAC/C,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjD,qBAAa,eAAgB,SAAQ,6BAA6B;IAChE,IAAI,EAAE,kBAAkB,GAAG,SAAS,CAAC;IACrC,OAAO,EAAE,aAAa,GAAG,SAAS,CAAC;IACnC,QAAQ,EAAE,MAAM,CAAC,OAAO,GAAG,SAAS,CAAC;gBAEzB,YAAY,EAAE,YAAY,EAAE,GAAG,EAAE,UAAU,EAAE,MAAM,EAAE,cAAc;IAahE,OAAO,CAAC,MAAM,CAAC,EAAE,MAAM;IAyBvB,WAAW;IAmBX,UAAU,CAAC,MAAM,CAAC,EAAE,MAAM;CAM1C"}
|
package/dist/platform.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"platform.js","sourceRoot":"","sources":["../src/platform.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
// Nothing to do in production, just a script to link the matterbridge package in development
|