Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jonasman/TeslaSwift
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasman committed Oct 29, 2023
2 parents efe759e + 4fb88cc commit 079763e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/TeslaSwift/VehicleCommands.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public enum VehicleCommand {
case honkHorn
case unlockDoors
case lockDoors
case remoteBoombox
case setTemperature(driverTemperature: Double, passengerTemperature: Double)
case setMaxDefrost(on: Bool)
case startAutoConditioning
Expand Down Expand Up @@ -87,6 +88,8 @@ public enum VehicleCommand {
return "command/door_unlock"
case .lockDoors:
return "command/door_lock"
case .remoteBoombox:
return "command/remote_boombox"
case .setTemperature:
return "command/set_temps"
case .setMaxDefrost:
Expand Down

0 comments on commit 079763e

Please sign in to comment.