mirror of
https://github.com/bourquep/mysa2mqtt.git
synced 2025-10-21 23:18:07 +00:00
chore(deps-dev): Bump the dev-dependencies group with 9 updates (#57)
This commit is contained in:
@@ -213,13 +213,11 @@ When using Home Assistant, devices will be automatically discovered and appear i
|
|||||||
### Common Issues
|
### Common Issues
|
||||||
|
|
||||||
1. **Authentication Failures**
|
1. **Authentication Failures**
|
||||||
|
|
||||||
- Verify your Mysa username and password
|
- Verify your Mysa username and password
|
||||||
- Check if session.json exists and is valid
|
- Check if session.json exists and is valid
|
||||||
- Try deleting session.json to force re-authentication
|
- Try deleting session.json to force re-authentication
|
||||||
|
|
||||||
2. **MQTT Connection Issues**
|
2. **MQTT Connection Issues**
|
||||||
|
|
||||||
- Verify MQTT broker hostname and port
|
- Verify MQTT broker hostname and port
|
||||||
- Check MQTT credentials if authentication is required
|
- Check MQTT credentials if authentication is required
|
||||||
- Ensure the MQTT broker is accessible from your network
|
- Ensure the MQTT broker is accessible from your network
|
||||||
@@ -364,7 +362,6 @@ copyright notice and license text in any copy of the software or substantial por
|
|||||||
## Acknowledgments
|
## Acknowledgments
|
||||||
|
|
||||||
- [mysa-js-sdk](https://github.com/bourquep/mysa-js-sdk) - Mysa API client library
|
- [mysa-js-sdk](https://github.com/bourquep/mysa-js-sdk) - Mysa API client library
|
||||||
|
|
||||||
- This library would not be possible without the amazing work by [@dlenski](https://github.com/dlenski) in his
|
- This library would not be possible without the amazing work by [@dlenski](https://github.com/dlenski) in his
|
||||||
[mysotherm](https://github.com/dlenski/mysotherm) repository. He's the one who reversed-engineered the Mysa MQTT
|
[mysotherm](https://github.com/dlenski/mysotherm) repository. He's the one who reversed-engineered the Mysa MQTT
|
||||||
protocol which is being used by this library.
|
protocol which is being used by this library.
|
||||||
|
644
package-lock.json
generated
644
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
18
package.json
18
package.json
@@ -56,19 +56,19 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@commander-js/extra-typings": "14.0.0",
|
"@commander-js/extra-typings": "14.0.0",
|
||||||
"@eslint/js": "9.34.0",
|
"@eslint/js": "9.34.0",
|
||||||
"@semantic-release/npm": "12.0.1",
|
"@semantic-release/npm": "12.0.2",
|
||||||
"@types/node": "24.0.3",
|
"@types/node": "24.6.2",
|
||||||
"conventional-changelog-conventionalcommits": "9.1.0",
|
"conventional-changelog-conventionalcommits": "9.1.0",
|
||||||
"eslint": "9.29.0",
|
"eslint": "9.37.0",
|
||||||
"eslint-plugin-jsdoc": "51.1.1",
|
"eslint-plugin-jsdoc": "60.8.1",
|
||||||
"eslint-plugin-tsdoc": "0.4.0",
|
"eslint-plugin-tsdoc": "0.4.0",
|
||||||
"prettier": "3.5.3",
|
"prettier": "3.6.2",
|
||||||
"prettier-plugin-jsdoc": "1.3.2",
|
"prettier-plugin-jsdoc": "1.3.3",
|
||||||
"prettier-plugin-organize-imports": "4.1.0",
|
"prettier-plugin-organize-imports": "4.3.0",
|
||||||
"semantic-release": "24.2.5",
|
"semantic-release": "24.2.9",
|
||||||
"tsup": "8.5.0",
|
"tsup": "8.5.0",
|
||||||
"tsx": "4.20.6",
|
"tsx": "4.20.6",
|
||||||
"typescript": "5.8.3",
|
"typescript": "5.9.3",
|
||||||
"typescript-eslint": "8.41.0"
|
"typescript-eslint": "8.41.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -54,7 +54,6 @@ function getPackageVersion(): string {
|
|||||||
*
|
*
|
||||||
* @param value - The value to parse.
|
* @param value - The value to parse.
|
||||||
* @returns The parsed integer value.
|
* @returns The parsed integer value.
|
||||||
* @throws InvalidArgumentError if the value is not a valid integer.
|
|
||||||
*/
|
*/
|
||||||
function parseRequiredInt(value: string) {
|
function parseRequiredInt(value: string) {
|
||||||
const parsedValue = parseInt(value, 10);
|
const parsedValue = parseInt(value, 10);
|
||||||
|
Reference in New Issue
Block a user