When you start the climate in the Tesla app with a door open it prompts for an override. Presumably using the same manual_override parameter that exists in other commands like Defrost?
That override is present on some commands in the SDK but is missing here:
|
func (v *Vehicle) ClimateOn(ctx context.Context) error { |
When you start the climate in the Tesla app with a door open it prompts for an override. Presumably using the same manual_override parameter that exists in other commands like Defrost?
That override is present on some commands in the SDK but is missing here:
vehicle-command/pkg/vehicle/climate.go
Line 38 in e8634aa