AirConditioning
Represents an air conditioning system with details about installation, number of splits, number of units, and the last maintenance date.
installation_date object
The date when the air conditioning system was installed. This field is optional and can be None if the installation date is not known.
- MOD1
- MOD2
string
split_numberSplit Number (integer)
The number of splits in the air conditioning system. A split refers to the separate sections of the system. The default is 1.
Default value:
1
units_numberUnits Number (integer)
The number of individual units in the air conditioning system. The default is 1.
Default value:
1
last_maintenance_date object
The date of the last maintenance performed on the air conditioning system. This field is optional and can be None if the last maintenance date is not known.
- MOD1
- MOD2
string
AirConditioning
{
"installation_date": "2024-07-29",
"split_number": 1,
"units_number": 1,
"last_maintenance_date": "2024-07-29"
}