mirror of
https://github.com/tsightler/ring-mqtt.git
synced 2025-09-26 21:01:12 +08:00
Release v5.6.3 (#736)
* Minor tweaks to IPC
* Suppress go2rtc hass config error
* Release v5.6.3
* Update go2rtc.js
* Revert "Update go2rtc.js"
This reverts commit 0da9cf33be
.
* Update HVAC to remove deprecated aux_heat
* Implement supported features for Alarm Control Panel
* Fix thermostat
* Bump got2rtc to v1.7.1
* Implrement locking/unlocking state
* Release v5.6.3
* Release v5.6.3
* Tweak variable names
* Release v5.6.3
This commit is contained in:
@@ -26,25 +26,26 @@ export default new class Go2RTC {
|
||||
|
||||
let config = {
|
||||
log: {
|
||||
level: "debug"
|
||||
level: 'debug',
|
||||
hass: 'info'
|
||||
},
|
||||
api: {
|
||||
listen: ""
|
||||
listen: ''
|
||||
},
|
||||
srtp: {
|
||||
listen: ""
|
||||
listen: ''
|
||||
},
|
||||
rtsp: {
|
||||
listen: ":8554",
|
||||
listen: ':8554',
|
||||
...(utils.config().livestream_user && utils.config().livestream_pass)
|
||||
? {
|
||||
username: utils.config().livestream_user,
|
||||
password: utils.config().livestream_pass
|
||||
} : {},
|
||||
default_query: "video&audio=aac&audio=opus"
|
||||
default_query: 'video&audio=aac&audio=opus'
|
||||
},
|
||||
webrtc: {
|
||||
listen: ""
|
||||
listen: ''
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user