Skip to content

Manual calibration for Floodlight Cam 2 Pro #280

@azavisha

Description

@azavisha

Describe the solution you'd like

It would be great if you could implement manual calibration for newer floodlight cameras like so:

station.p2pSession.sendCommandWithStringPayload({
  channel: device.getChannel(),
  commandType: CommandType.CMD_SET_PAYLOAD,
  value: JSON.stringify({
    account_id: station.rawStation.member.admin_user_id,
    cmd: CommandType.CMD_INDOOR_PAN_CALIBRATION,
    mValue3: 0,
    payload: {},
  })
})

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions