set_person_detect Payload Issue
Live testing showed set_person_detect with empty {} returns state:-1 (error).
From Blutter analysis, correct payload schema is:
{"disable": bool, "key": ???}
disable: boolean toggle
key: purpose unknown — possibly user ID or capability key
⚠️ Caution
Do NOT call with random key values — wrong key may affect camera/person detection permanently.
Action
- Investigate
key field via app traffic capture during person detect toggle
- Update command payload in library
- Gate behind proper UI with confirmation
set_person_detect Payload Issue
Live testing showed
set_person_detectwith empty{}returnsstate:-1(error).From Blutter analysis, correct payload schema is:
{"disable": bool, "key": ???}disable: boolean togglekey: purpose unknown — possibly user ID or capability keyDo NOT call with random
keyvalues — wrong key may affect camera/person detection permanently.Action
keyfield via app traffic capture during person detect toggle