vitallink-BS/vitallink/wristband_config.yaml

75 lines
1.7 KiB
YAML

# 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
scan_timeout: 10.0
# Simulated Wristbands
# Add as many as you need for testing
simulated_bands:
- band_id: "VitalLink-SIM1"
profile: "stable"
- band_id: "VitalLink-SIM2"
profile: "mild_anxiety"
- band_id: "VitalLink-SIM3"
profile: "deteriorating"
- band_id: "VitalLink-SIM4"
profile: "sepsis"
- band_id: "VitalLink-SIM5"
profile: "stable"
- band_id: "VitalLink-SIM6"
profile: "stable"
- band_id: "VitalLink-SIM7"
profile: "stable"
- band_id: "VitalLink-SIM8"
profile: "stable"
- band_id: "VitalLink-SIM9"
profile: "stable"
- band_id: "VitalLink-SIM10"
profile: "stable"
- band_id: "VitalLink-SIM11"
profile: "stable"
- band_id: "VitalLink-SIM12"
profile: "stable"
# Real Wristbands (Hardware)
# Add BLE addresses of your physical wristbands
# You can find these by running: python -m wristband_manager --scan
# VitalLink-5CB3
real_bands:
- band_id: "VitalLink-5CB3"
ble_address: "CF:1C:C7:CB:5C:B3"
#
# - band_id: "VitalLink-REAL2"
# ble_address: "CF:1C:C7:CB:5C:B5"
#
# Example (uncomment and edit when you have real hardware):
#- band_id: "VitalLink-A3B2"
# ble_address: "CF:1C:C7:CB:5C:B3""
#
# - band_id: "VitalLink-7B42"
# ble_address: "E1:84:7B:42:56:78"
# Default preference when assigning bands
prefer_real_bands: false # Set to true to use real bands first
# Patient profiles for simulated bands
# Options: stable, mild_anxiety, deteriorating, critical, sepsis
default_profile: "stable"