Similar to issue 515, SimpliSafe added a new type of motion sensor (type 20) that isn't included here yet. For context, it seems the differences are better motion detection as well as the ability to change the sensitivity through the SimpliSafe app.
Additional context
The sensor's representation from the /v1/ss3/subscriptions/{sid}/sensors?forceUpdate=true endpoint:
{
"flags": {
"offline": false,
"lowBattery": false,
"swingerShutdown": false
},
"serial": "00000000",
"type": 20,
"name": "Kitchen",
"setting": {
"off": 0,
"home": 2,
"home2": 0,
"away": 1,
"away2": 1,
"instantTrigger": false,
"sensitivity": 2
},
"status": {},
"timestamp": 0,
"rssi": -76,
"WDTCount": 23,
"nonce": 6949,
"rebootCnt": 5,
"deviceGroupID": 0
}
Similar to issue 515, SimpliSafe added a new type of motion sensor (type 20) that isn't included here yet. For context, it seems the differences are better motion detection as well as the ability to change the sensitivity through the SimpliSafe app.
Additional context
The sensor's representation from the /v1/ss3/subscriptions/{sid}/sensors?forceUpdate=true endpoint:
{ "flags": { "offline": false, "lowBattery": false, "swingerShutdown": false }, "serial": "00000000", "type": 20, "name": "Kitchen", "setting": { "off": 0, "home": 2, "home2": 0, "away": 1, "away2": 1, "instantTrigger": false, "sensitivity": 2 }, "status": {}, "timestamp": 0, "rssi": -76, "WDTCount": 23, "nonce": 6949, "rebootCnt": 5, "deviceGroupID": 0 }