From 8d04eb5594e3b5c44c76df317149a02df1aad273 Mon Sep 17 00:00:00 2001 From: Raika Furude Date: Sat, 18 Oct 2025 17:48:01 -0400 Subject: [PATCH] updated config of mock bands --- vitallink/logs/backend.log | Bin 64162 -> 67948 bytes vitallink/simulator/wristband_config.yaml | 31 +++++----------------- 2 files changed, 7 insertions(+), 24 deletions(-) diff --git a/vitallink/logs/backend.log b/vitallink/logs/backend.log index 599ca392e87fa382830ac62108d788b40b798a6d..c2d4246b4279547d203cd7331fa455de47bcb1a9 100644 GIT binary patch delta 240 zcmW+xI|{;35afLhU}bM(oji7*F-hYQY-}t<6l@f<5hNf43p)`PQmZEr5>tBx!3&6B zWnp7uktZHt(P z_AhqW8s!QBsn%l?W4jyEX|hmYee&;x1eOj%jbOofq+#i%&|uJz$U@h*_Ge*S0!`P6 zG8`hZCNJ}7`Yfe~l#X-h*fjdHhZUc|)9WK7Z;&YP8ZJs1{(+qu4L>0=M+7u`a%RA1 F)qnjqQ~3Y@ delta 9 RcmaDeiDl7O<_(K}0RS2B1!({P diff --git a/vitallink/simulator/wristband_config.yaml b/vitallink/simulator/wristband_config.yaml index 12332bc..706c38f 100644 --- a/vitallink/simulator/wristband_config.yaml +++ b/vitallink/simulator/wristband_config.yaml @@ -1,40 +1,23 @@ - # VitalLink Wristband Configuration -# Edit this file to manage your wristband inventory -# Backend API URL backend_url: "http://localhost:8000" -# Auto-scan for real wristbands on startup -auto_scan_ble: false +auto_scan_ble: true scan_timeout: 10.0 -# Simulated Wristbands -# Add as many as you need for testing +# Simulated Wristbands (MOCK devices for testing) simulated_bands: - - band_id: "VitalLink-SIM1" + - band_id: "MOCK-SIM1" profile: "stable" - - band_id: "VitalLink-SIM2" + - band_id: "MOCK-SIM2" profile: "mild_anxiety" - - band_id: "VitalLink-SIM3" + - band_id: "MOCK-SIM3" profile: "deteriorating" -# Real Wristbands (Hardware) -# Add BLE addresses of your physical wristbands -# You can find these by running: python -m wristband_manager --scan -real_bands: - # Example (uncomment and edit when you have real hardware): - # - band_id: "VitalLink-A3B2" - # ble_address: "D7:91:3F:9A:12:34" - # - # - band_id: "VitalLink-7B42" - # ble_address: "E1:84:7B:42:56:78" +real_bands: [] -# Default preference when assigning bands -prefer_real_bands: false # Set to true to use real bands first +prefer_real_bands: true -# Patient profiles for simulated bands -# Options: stable, mild_anxiety, deteriorating, critical, sepsis default_profile: "stable"