Trigger Report

Occupancy Trigger

{
    "device_info": {
        "device_model": "VS373-915M",
        "device_sn": "6806E51510750004",
        "device_mac": "d8:3b:da:9e:6e:a4",
        "ipAddress": "192.168.130.157",
        "time": "2025-08-26 10:34:03"
    },
    "trigger_data": {
        "type": 0,
        "event": 4,//0:Fall; 1:Motionless; 2:Dwell; 3:Out-of-bed; 4:Occupancy; 5:Vacant; 6:Bradycardia; 7:Tachypnea; 8:Lying
        "status": 1//1:Alarm; 2:Resolve; 3:Ignore; 4: Status report
    }
}

Out-of-Bed Alarm

{
    "device_info": {
        "device_model": "VS373-915M",
        "device_sn": "6806E41970333123",
        "device_mac": "24:85:18:8c:17:ef",
        "ip_address": "192.168.2.164",
        "time": "2025-09-06 14:13:28"
    },
    "trigger_data": {
        "type": 0,
        "trigger_id": 1073,
        "event": 3,//0:Fall; 1:Motionless; 2:Dwell; 3:Out-of-bed; 4:Occupancy; 5:Vacant; 6:Bradycardia; 7:Tachypnea; 8:Lying
        "status": 1,//1:Alarm; 2:Resolve; 3:Ignore; 4: Status report
        "sub_no": 3
    }
}

Fall Alarm

{
    "device info": {
        "device model": "Vs373-915M",
        "device sn": "6806E51510750004",
        "device mac": "d8:3b:da:9e:6e:a4",
        "ipAddress": "192.168.130.157",
        "time": "2025-08-18 20:44:34",
        "trigger data": {
            "type": 0,
            "trigger id": 266,
            "event": 0, //0:Fall, 1:Motionless, 2:Dwell, 3:Out-of-bed, 4:Occupancy, 5:Vacant; 6:Bradycardia; 7:Tachypnea; 8:Lying
            "status": 1,//1:Alarm; 2:Resolve; 3:Ignore; 4: Status report
            "location": " (565, -838, 277)"
        }
    }
}

Dwell Alarm

{
    "device info": {
        "device model": "Vs373-915M",
        "device sn": "6806E51510750004",
        "device mac": "d8:3b:da:9e:6e:a4",
        "ipAddress": "192.168.130.157",
        "time": "2025-08-18 20:44:34",
        "trigger data": {
            "type": 0,
            "trigger id": 266,
            "event": 2, //0:Fall, 1:Motionless, 2:Dwell, 3:Out-of-bed, 4:Occupancy, 5:Vacant; 6:Bradycardia; 7:Tachypnea; 8:Lying
            "status": 1,//1:Alarm; 2:Resolve; 3:Ignore; 4: Status report
            "location": " (565, -838, 277)"
        }
    }
}

Lying Alarm

{
    "device info": {
        "device model": "Vs373-915M",
        "device sn": "6806E51510750004",
        "device mac": "d8:3b:da:9e:6e:a4",
        "ipAddress": "192.168.130.157",
        "time": "2025-08-18 20:44:34",
        "trigger data": {
            "type": 0,
            "trigger id": 266,
            "event": 8, //0:Fall, 1:Motionless, 2:Dwell, 3:Out-of-bed, 4:Occupancy, 5:Vacant; 6:Bradycardia; 7:Tachypnea; 8:Lying
            "status": 1,//1:Alarm; 2:Resolve; 3:Ignore; 4: Status report
            "location": " (565, -838, 277)"
        }
    }
}

Breathing Detection

{
    "device info": {
        "device model": "Vs373-915M",
        "device sn": "6806E51510750004",
        "device mac": "d8:3b:da:9e:6e:a4",
        "ipAddress": "192.168.130.157",
        "time": "2025-08-18 20:44:34",
        "trigger data": {
            "type": 1,
            "event": 6,//0:Fall; 1:Motionless; 2:Dwell; 3:Out-of-bed; 4:Occupancy; 5:Vacant; 6:Bradycardia; 7:Tachypnea; 8:Lying
            "status": 4,//1:Alarm; 2:Resolve; 3:Ignore; 4: Status report
            "sub_no": 1,
            "respiratory_rate": 22
        }
    }
}