Byd\ApiClient\Dto\Request\ClimateScheduleCommand
No PHPDoc description provided.
Type: class
Source: src/Dto/Request/ClimateScheduleCommand.php
Public properties
| Property | Type | Default |
|---|---|---|
startHour |
int |
— |
startMinute |
int |
— |
endHour |
int |
— |
endMinute |
int |
— |
temperature |
?int |
— |
seatHeating |
?int |
— |
seatVentilation |
?int |
— |
steeringWheelHeating |
?bool |
— |
Public methods
__construct
No PHPDoc description provided.
public function __construct(int $startHour, int $startMinute, int $endHour, int $endMinute, ?int $temperature = null, ?int $seatHeating = null, ?int $seatVentilation = null, ?bool $steeringWheelHeating = null): mixed