Skip to content

Commit

Permalink
Casing
Browse files Browse the repository at this point in the history
  • Loading branch information
elffjs committed May 29, 2024
1 parent 9ce570e commit a7d0beb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdtask/sdtask.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ type CredentialData struct {
Expiry time.Time `json:"expiry"`
RefreshToken string `json:"refreshToken"`
// Version is an API version. Currently only used for Tesla: 1 is the old
// "Owner api" and 2 is the new "Fleet API".
// "Owner API" and 2 is the new "Fleet API".
Version int `json:"version,omitempty"`
// Region is the two-letter code for the region. Currently only used for
// Region is a lowercase two-letter code for the region. Currently only used for
// Tesla, and can only be "na" or "eu".
Region string `json:"region,omitempty"`
SyntheticDevice *SyntheticDevice `json:"syntheticDevice,omitempty"`
Expand Down

0 comments on commit a7d0beb

Please sign in to comment.