Releases: mrlt8/docker-wyze-bridge
Releases · mrlt8/docker-wyze-bridge
v2.3.12
What's Changed in v2.3.12
- NEW:
update_snapshot
MQTT/REST API GET topic.- Additional MQTT entities (#921)
- FIXES:
Full Changelog: v2.3.11...v2.3.12
v2.3.11
What's Changed in v2.3.11
- NEW:
- NEW MQTT/REST commands:
- SET topic:
cruise_point
| payload: (int) 1-4 - Pan to predefined cruise_point/waypoint. Thanks @jhansche! (#835). - SET topic:
time_zone
| payload: (str)Area/Location
, e.g.America/New_York
- Change camera timezone. Thanks @DennisGarvey! (#916) - GET/SET topic:
osd_timestamp
| payload: (bool/int)on/off
- toggle timestamp on video. - GET/SET topic:
osd_logo
| payload: (bool/int)on/off
- toggle wyze logo on video. - SET topic:
quick_reponse
| payload: (int) 1-3 - Doorbell quick response.
- SET topic:
- FIXES:
- Updates:
v2.3.10
What's Changed in v2.3.10
- FIX: KeyError when upgrading with old cache data in v2.3.9 (#905) Thanks @itsamenathan!
- You should be able to remove or set
FRESH_DATA
back to false.
- You should be able to remove or set
- MQTT: Update bridge status (#907) Thanks @giorgi1324!
v2.3.9
What's Changed in v2.3.9
- NEW: ENV Options - token-based authentication (#876)
REFRESH_TOKEN
- Use a valid refresh token to request a new access token and refresh token.ACCESS_TOKEN
- Use an existing valid access token too access the API. Will not be able to refresh the token once it expires.
- NEW: Docker "QSV" Images with basic support for QSV hardware accelerated encoding. (#736) Thanks @mitchross, @392media, @chris001, and everyone who helped!
- Use the
latest-qsv
tag (e.g.,mrlt8/wyze-bridge:latest-qsv
) along with theH264_ENC=h264_qsv
ENV variable.
- Use the
- FIXES:
- UPDATES:
Full Changelog: v2.3.8...v2.3.9
v2.3.8
v2.3.7
v2.3.6
What's Changed in v2.3.6
- NEW: Add support for email 2FA (#880) Thanks @foobarmeow!
- NEW: ENV Option
MFA_TYPE
- allows you to specify a verification type to use when an account has multiple options enabled. Will default to the primary option from the app if not set. Valid options are:TotpVerificationCode
PrimaryPhone
Email
v2.3.5
v2.3.4
v2.3.3
What's Changed in v2.3.3
- ENV Option:
- MQTT:
- NEW: Update more camera parameters on connect.
- Camera Commands:
- NEW: Add GET topics for camera params.
- FIX: Persist bitrate changes on-reconnect (#852)
- FIX: Limited vertical angle for
ptz_position
. Thanks @Rijswijker! (#862)
Full Changelog: v2.3.2...v2.3.3