homebridge-securitysystem 7.5.0 → 7.5.1-beta.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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
name:
|
|
1
|
+
name: Bump version
|
|
2
2
|
|
|
3
3
|
on:
|
|
4
4
|
workflow_dispatch:
|
|
@@ -18,8 +18,8 @@ on:
|
|
|
18
18
|
description: New build for prerelease
|
|
19
19
|
|
|
20
20
|
jobs:
|
|
21
|
-
|
|
22
|
-
name:
|
|
21
|
+
bump-version:
|
|
22
|
+
name: Bump version
|
|
23
23
|
runs-on: ubuntu-latest
|
|
24
24
|
permissions:
|
|
25
25
|
contents: write
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "homebridge-securitysystem",
|
|
3
3
|
"displayName": "Homebridge Security System",
|
|
4
|
-
"version": "7.5.
|
|
4
|
+
"version": "7.5.1-beta.1",
|
|
5
5
|
"description": "Homebridge plugin that creates a security system accessory that can be triggered by HomeKit sensors.",
|
|
6
6
|
"main": "src/index.js",
|
|
7
7
|
"scripts": {
|
package/src/index.js
CHANGED
|
@@ -1952,7 +1952,7 @@ SecuritySystem.prototype.triggerIfModeSet = function (
|
|
|
1952
1952
|
) {
|
|
1953
1953
|
this.updateTripSwitch(value, originTypes.REGULAR_SWITCH, false, callback);
|
|
1954
1954
|
} else {
|
|
1955
|
-
this.log.
|
|
1955
|
+
this.log.debug("Security System (Trip mode not set)");
|
|
1956
1956
|
callback(HK_NOT_ALLOWED_IN_CURRENT_STATE, false);
|
|
1957
1957
|
}
|
|
1958
1958
|
} else {
|