More Changes
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 25s
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 25s
This commit is contained in:
@ -132,8 +132,8 @@ type GeoLocation struct {
|
||||
type Door struct {
|
||||
Position string // front | rear | boot | enginehood
|
||||
SubPosition string // right | left
|
||||
Status string // CLOSED |
|
||||
Lock string // LOCKED |
|
||||
Status string // CLOSED | OPEN
|
||||
Lock string // LOCKED | UNLOCKED
|
||||
Updated time.Time
|
||||
}
|
||||
|
||||
@ -141,7 +141,7 @@ type Door struct {
|
||||
type Window struct {
|
||||
Position string
|
||||
SubPosition string
|
||||
Status string
|
||||
Status string // CLOSE | VENTED | OPEN
|
||||
Updated time.Time
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user