mirror of
https://github.com/unraid/api.git
synced 2026-05-01 20:54:27 -05:00
feat: add cpu power query & subscription (#1745)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Per-package CPU power and temperature displayed in hardware info (total and per-package values). * CPU package topology (cores/threads per package) included in CPU info. * Real-time per-package CPU telemetry exposed via a new system metrics subscription. * **Chores** * Added an automated deployment script and npm deploy script for the shared package. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Signed-off-by: Simon Fairweather <simon.n.fairweather@gmail.com> Co-authored-by: Simon Fairweather <simon.n.fairweather@gmail.com> Co-authored-by: SimonFair <39065407+SimonFair@users.noreply.github.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
@@ -21,7 +21,8 @@
|
||||
"build": "rimraf dist && tsc --project tsconfig.build.json",
|
||||
"prepare": "npm run build",
|
||||
"test": "vitest run",
|
||||
"test:watch": "vitest"
|
||||
"test:watch": "vitest",
|
||||
"unraid:deploy": "./deploy.sh"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Lime Technology, Inc. <unraid.net>",
|
||||
|
||||
Reference in New Issue
Block a user