Feature: LubeLogger service widget (#4031)

This commit is contained in:
shamoon 2024-09-23 23:25:12 -07:00 committed by GitHub
parent 8c1e50d9e7
commit 8c12afced5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 117 additions and 0 deletions

View file

@ -442,6 +442,9 @@ export function cleanServiceGroups(groups) {
namespace,
podSelector,
// lubelogger
vehicleID,
// mjpeg
fit,
stream,
@ -627,6 +630,9 @@ export function cleanServiceGroups(groups) {
if (type === "technitium") {
if (range !== undefined) cleanedService.widget.range = range;
}
if (type === "lubelogger") {
if (vehicleID !== undefined) cleanedService.widget.vehicleID = vehicleID;
}
}
return cleanedService;