forked from Github/frigate
Add latest frigate version to stats endpoints (#3038)
* Add latest version to stats in mqtt and http * Update json to include new field * Update to use requests * Don't use incorrect exception
This commit is contained in:
@@ -110,7 +110,8 @@ Sample response:
|
||||
"service": {
|
||||
/* Uptime in seconds */
|
||||
"uptime": 10,
|
||||
"version": "0.8.0-8883709",
|
||||
"version": "0.10.1-8883709",
|
||||
"latest_version": "0.10.1",
|
||||
/* Storage data in MB for important locations */
|
||||
"storage": {
|
||||
"/media/frigate/clips": {
|
||||
|
||||
Reference in New Issue
Block a user