Removed unnecessary cookies
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 24s
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 24s
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user