@microtronics/studio-cli 1.3.0-alpha.1 → 1.3.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/dist/main.js +499 -64
- package/dist/studio-cli.d.ts +75 -0
- package/out/api.js +501 -66
- package/out/studio-cli.d.ts +75 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -366,6 +366,9 @@ In a non-`--json` TTY session, stdin accepts `at <cmd>`, `sync`, `flash`, `build
|
|
|
366
366
|
|
|
367
367
|
Errors use the myDatanet envelope `{"err": "E_CODE message"}`. A write whose device confirmation did not arrive
|
|
368
368
|
within `--wait` is answered with the header `x-mt-mirror: stale`; `?async=1` skips the wait entirely.
|
|
369
|
+
When the timeseries read routes are served by the companion app's local PoV API, a response carries
|
|
370
|
+
`x-mt-backfill: pending` while historic data is still being fetched from the device; the header is described
|
|
371
|
+
on those routes in the generated `dist/api/main.yaml` (`components.headers.xMtBackfill`).
|
|
369
372
|
|
|
370
373
|
**Agent workflow:**
|
|
371
374
|
|