updates from last week testing for more wristband pings
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -25,7 +25,7 @@ scan_timeout: 10.0
|
||||
# Simulated Wristbands
|
||||
# Add as many as you need for testing
|
||||
simulated_bands:
|
||||
- band_id: "VitalLink-SIM1"
|
||||
- band_id: "VitalLink-SIMAA"
|
||||
profile: "stable"
|
||||
|
||||
- band_id: "VitalLink-SIM2"
|
||||
|
||||
@@ -1,23 +1,19 @@
|
||||
# VitalLink Wristband Configuration
|
||||
|
||||
backend_url: "http://localhost:8000"
|
||||
|
||||
backend_url: http://localhost:8000
|
||||
auto_scan_ble: true
|
||||
scan_timeout: 10.0
|
||||
|
||||
# Simulated Wristbands (MOCK devices for testing)
|
||||
simulated_bands:
|
||||
- band_id: "MOCK-SIM1"
|
||||
profile: "stable"
|
||||
|
||||
- band_id: "MOCK-SIM2"
|
||||
profile: "mild_anxiety"
|
||||
|
||||
- band_id: "MOCK-SIM3"
|
||||
profile: "deteriorating"
|
||||
|
||||
- band_id: MOCK-SIM1
|
||||
profile: stable
|
||||
- band_id: MOCK-SIM2
|
||||
profile: mild_anxiety
|
||||
- band_id: MOCK-SIM3
|
||||
profile: deteriorating
|
||||
- band_id: MOCK-SIM4
|
||||
profile: critical
|
||||
- band_id: MOCK-SIM5
|
||||
profile: sepsis
|
||||
- band_id: MACK-SIM6
|
||||
profile: sepsis
|
||||
real_bands: []
|
||||
|
||||
prefer_real_bands: true
|
||||
|
||||
default_profile: "stable"
|
||||
default_profile: stable
|
||||
|
||||
Reference in New Issue
Block a user