-
-
Notifications
You must be signed in to change notification settings - Fork 97
Closed
Labels
Milestone
Description
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: {},
})
})