Deploy Ladill Care / deploy (push) Successful in 1m39s
Branch-scoped Care devices with hashed agent tokens, patient barcode lookup/labels, and provenance-aware vitals from a minimal device agent (Pro for agent hardware; wedge free). Co-authored-by: Cursor <cursoragent@cursor.com>
14 lines
337 B
Markdown
14 lines
337 B
Markdown
# Care Device Agent (demo)
|
|
|
|
Minimal Node agent that authenticates with `X-Care-Device-Token` and posts heartbeats / stub vitals.
|
|
|
|
```bash
|
|
cp .env.example .env
|
|
# edit CARE_URL, DEVICE_TOKEN, CONSULTATION_UUID
|
|
FAKE_READING=1 npm start
|
|
# or one shot:
|
|
FAKE_READING=1 npm run once
|
|
```
|
|
|
|
See `docs/devices.md` in the Care repo for API details.
|