feat(example): Ability to output raw data from the thermostats (#36)

This commit is contained in:
Pascal Bourque
2025-06-21 10:33:08 -04:00
committed by GitHub
parent 51b8f64dab
commit 0cf7a1756c
3 changed files with 40 additions and 27 deletions

View File

@@ -40,6 +40,7 @@
"browser": false,
"scripts": {
"example": "tsx --watch ./example/main.ts",
"example:raw": "MYSA_OUTPUT_RAW_DATA=true tsx --watch ./example/main.ts",
"lint": "eslint --max-warnings 0 src/**/*.ts",
"style-lint": "prettier -c .",
"build": "tsup",