homebridge-homewizard-energy-socket
Advanced tools
Comparing version 1.5.0-0 to 1.5.0
@@ -7,5 +7,14 @@ ### Changelog | ||
#### [1.5.0](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/compare/1.5.0-0...1.5.0) | ||
- chore: update dependencies [`214f02a`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/214f02a1a99e6cfd0464ba8a9a7c10e4fb26e317) | ||
- chore: release v1.4.3 [`8acd274`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/8acd274ac06f6dd72fd6aa44d5db236493a75026) | ||
- chore: update readme homebridge logo [`b220417`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/b220417974bcb9b5c7af314595177b930dbaaab3) | ||
#### [1.5.0-0](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/compare/1.4.3...1.5.0-0) | ||
> 7 November 2023 | ||
- feat: basic setup extra accessory for just using power consumption [`1bacfa5`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/1bacfa5059aea74d8dc5d35223e1ac4945737e70) | ||
- chore: release v1.5.0-0 [`cb1cbd5`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/cb1cbd5a5b7b13ff650ea7cb0d92fa991bcf8c52) | ||
@@ -12,0 +21,0 @@ #### [1.4.3](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/compare/1.4.2...1.4.3) |
@@ -14,3 +14,3 @@ "use strict"; | ||
HomeWizardDeviceTypes["WIFI_KWH_METER_PHASE_2"] = "SDM630-wifi"; | ||
})(HomeWizardDeviceTypes = exports.HomeWizardDeviceTypes || (exports.HomeWizardDeviceTypes = {})); | ||
})(HomeWizardDeviceTypes || (exports.HomeWizardDeviceTypes = HomeWizardDeviceTypes = {})); | ||
var ErrorCodes; | ||
@@ -25,3 +25,3 @@ (function (ErrorCodes) { | ||
ErrorCodes[ErrorCodes["INTERNAL_ERROR"] = 901] = "INTERNAL_ERROR"; | ||
})(ErrorCodes = exports.ErrorCodes || (exports.ErrorCodes = {})); | ||
})(ErrorCodes || (exports.ErrorCodes = ErrorCodes = {})); | ||
//# sourceMappingURL=types.js.map |
@@ -16,3 +16,2 @@ "use strict"; | ||
const energy_socket_accessory_1 = require("./energy-socket-accessory"); | ||
const energy_socket_accessory_power_status_1 = require("./energy-socket-accessory-power-status"); | ||
const zod_1 = require("zod"); | ||
@@ -183,3 +182,2 @@ const config_schema_1 = require("./config.schema"); | ||
new energy_socket_accessory_1.EnergySocketAccessory(this, accessory, api); | ||
new energy_socket_accessory_power_status_1.EnergySocketAccessoryPowerStatus(this, accessory, api); | ||
} | ||
@@ -186,0 +184,0 @@ getEnergySocketPropertiesFromIp(ip, configName) { |
{ | ||
"displayName": "Homebridge HomeWizard Energy Socket", | ||
"name": "homebridge-homewizard-energy-socket", | ||
"version": "1.5.0-0", | ||
"version": "1.5.0", | ||
"description": "This Homebridge plugin exposes your HomeWizard Energy Sockets to Apple HomeKit. So you can use the Home App to switch your Energy Sockets on or off and integrate the Energy Sockets into your Home Automations.", | ||
@@ -74,18 +74,18 @@ "license": "MIT", | ||
"@types/node": "^20.4.5", | ||
"@types/validator": "^13.11.2", | ||
"@typescript-eslint/eslint-plugin": "^5.61.0", | ||
"@typescript-eslint/parser": "^5.62.0", | ||
"@vitest/coverage-istanbul": "^0.29.8", | ||
"@types/validator": "^13.11.5", | ||
"@typescript-eslint/eslint-plugin": "^6.10.0", | ||
"@typescript-eslint/parser": "^6.10.0", | ||
"@vitest/coverage-istanbul": "^0.34.6", | ||
"dotenv-cli": "^7.3.0", | ||
"eslint": "^8.52.0", | ||
"homebridge": "^1.6.1", | ||
"eslint": "^8.53.0", | ||
"homebridge": "^1.7.0", | ||
"husky": "^8.0.3", | ||
"is-ci": "^3.0.1", | ||
"lint-staged": "^13.2.3", | ||
"lint-staged": "^15.0.2", | ||
"nodemon": "^2.0.20", | ||
"prettier": "^3.0.3", | ||
"release-it": "^16.1.5", | ||
"resolve-tspaths": "^0.8.13", | ||
"release-it": "^16.2.1", | ||
"resolve-tspaths": "^0.8.17", | ||
"rimraf": "^5.0.5", | ||
"typescript": "^4.9.5", | ||
"typescript": "^5.2.2", | ||
"vitest": "^0.34.6" | ||
@@ -95,6 +95,6 @@ }, | ||
"bonjour-service": "^1.1.1", | ||
"homewizard-energy-api": "^1.4.2", | ||
"homewizard-energy-api": "^1.5.0", | ||
"undici": "^5.27.2", | ||
"validator": "^13.11.0", | ||
"zod": "^3.22.3" | ||
"zod": "^3.22.4" | ||
}, | ||
@@ -101,0 +101,0 @@ "release-it": { |
<p align="center"> | ||
<img src="https://github.com/homebridge/branding/raw/master/logos/homebridge-wordmark-logo-vertical.png" width="150"> | ||
<img src="https://raw.githubusercontent.com/homebridge/branding/latest/logos/homebridge-color-round-stylized.png" width="150"> | ||
</p> | ||
@@ -4,0 +4,0 @@ <p align="center"> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
167629
45
1317
+ Added@babel/runtime@7.26.7(transitive)
- Removed@babel/runtime@7.26.9(transitive)
Updatedhomewizard-energy-api@^1.5.0
Updatedzod@^3.22.4