Skip to content

fix: set_person_detect requires disable+key payload, not empty #64

Description

@markus-lassfolk

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions