Skip to content

Commit ae724b8

Browse files
hungpsCopilot
andcommitted
docs(neuralwatt): resetAt and periodDurationMs only supports subscription
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3a8502c commit ae724b8

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/providers/neuralwatt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Expected payload fields:
4242
- **Balance** (progress line): `credits_used_usd` / `total_credits_usd` in dollars. Shown only when `total_credits_usd > 0`.
4343
- **Method** (badge): `accounting_method`, capitalized. Hidden when absent.
4444

45-
Both lines include `resetsAt` and `periodDurationMs` from the subscription period dates when available.
45+
The **Subscription** line includes `resetsAt` and `periodDurationMs` from the subscription period dates when available; the **Balance** line does not.
4646

4747
## Output
4848

plugins/neuralwatt/plugin.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"brandColor": "#D55934",
99
"lines": [
1010
{ "type": "progress", "label": "Subscription", "scope": "overview", "primaryOrder": 1 },
11-
{ "type": "progress", "label": "Balance", "scope": "detail" }
11+
{ "type": "progress", "label": "Method", "scope": "overview", "primaryOrder": 2 },
12+
{ "type": "progress", "label": "Balance", "scope": "overview", "primaryOrder": 3 }
1213
]
1314
}

0 commit comments

Comments
 (0)