Removed unnecessary cookies
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 24s

This commit is contained in:
2025-05-22 00:09:44 -04:00
parent 67b9d218a7
commit 19134aa756
2 changed files with 4 additions and 7 deletions

View File

@ -179,8 +179,8 @@ type GeoLocation struct {
// Door .
type Door struct {
Position string
SubPosition string
Position string // front | rear | boot | enginehood
SubPosition string // right | left
Status string
Updated time.Time
}