Add clinical device registry, browser wedge scan, and local agent API.
Deploy Ladill Care / deploy (push) Successful in 1m39s
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>
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Care API base (no trailing slash)
|
||||
CARE_URL=https://care.ladill.com
|
||||
|
||||
# Plaintext token from Settings → Devices (shown once on create/regenerate)
|
||||
DEVICE_TOKEN=
|
||||
|
||||
# Open consultation UUID to receive demo vitals
|
||||
CONSULTATION_UUID=
|
||||
|
||||
# Post a fake temperature reading when set (demo without serial hardware)
|
||||
FAKE_READING=1
|
||||
|
||||
# Seconds between heartbeat / optional reading cycles
|
||||
INTERVAL_SECONDS=30
|
||||
|
||||
# Optional agent identity
|
||||
AGENT_HOSTNAME=
|
||||
AGENT_VERSION=0.1.0
|
||||
Reference in New Issue
Block a user