@@ -30,8 +30,8 @@ def status(self):
3030class EcobeeAuthorizeResponse (EcobeeObject ):
3131 __slots__ = ['_ecobee_pin' , '_code' , '_scope' , '_expires_in' , '_interval' ]
3232
33- attribute_name_map = {'ecobee_pin' : 'ecobeePin' , 'ecobeePin' : 'ecobee_pin' , 'code' : 'code' , 'scope' : 'scope' ,
34- 'expires_in' : 'expires_in' , 'interval' : 'interval' }
33+ attribute_name_map = {'ecobee_pin' : 'ecobeePin' , 'ecobeePin' : 'ecobee_pin' , 'code' : 'code' ,
34+ 'scope' : 'scope' , ' expires_in' : 'expires_in' , 'interval' : 'interval' }
3535
3636 attribute_type_map = {'ecobee_pin' : 'six.text_type' , 'code' : 'six.text_type' , 'scope' : 'six.text_type' ,
3737 'expires_in' : 'int' , 'interval' : 'int' }
@@ -106,8 +106,8 @@ def interval(self):
106106class EcobeeCreateRuntimeReportJobResponse (EcobeeStatusResponse ):
107107 __slots__ = ['_job_id' , '_job_status' ]
108108
109- attribute_name_map = {'job_id' : 'jobId' , 'jobId' : 'job_id' , 'job_status' : 'jobStatus' , 'jobStatus' : 'job_status' ,
110- 'status' : 'status' }
109+ attribute_name_map = {'job_id' : 'jobId' , 'jobId' : 'job_id' , 'job_status' : 'jobStatus' ,
110+ 'jobStatus' : 'job_status' , ' status' : 'status' }
111111
112112 attribute_type_map = {'job_id' : 'six.text_type' , 'job_status' : 'six.text_type' , 'status' : 'Status' }
113113
@@ -147,9 +147,11 @@ def job_status(self):
147147class EcobeeErrorResponse (EcobeeObject ):
148148 __slots__ = ['_error' , '_error_description' , '_error_uri' ]
149149
150- attribute_name_map = {'error' : 'error' , 'error_description' : 'error_description' , 'error_uri' : 'error_uri' }
150+ attribute_name_map = {'error' : 'error' , 'error_description' : 'error_description' ,
151+ 'error_uri' : 'error_uri' }
151152
152- attribute_type_map = {'error' : 'six.text_type' , 'error_description' : 'six.text_type' , 'error_uri' : 'six.text_type' }
153+ attribute_type_map = {'error' : 'six.text_type' , 'error_description' : 'six.text_type' ,
154+ 'error_uri' : 'six.text_type' }
153155
154156 def __init__ (self , error , error_description , error_uri ):
155157 """
@@ -225,8 +227,8 @@ def groups(self):
225227class EcobeeIssueDemandResponsesResponse (EcobeeStatusResponse ):
226228 __slots__ = ['_demand_response_ref' ]
227229
228- attribute_name_map = {'demand_response_ref' : 'demandResponseRef' , 'demandResponseRef' : 'demand_response_ref' ,
229- 'status' : 'status' }
230+ attribute_name_map = {'demand_response_ref' : 'demandResponseRef' ,
231+ 'demandResponseRef' : 'demand_response_ref' , ' status' : 'status' }
230232
231233 attribute_type_map = {'demand_response_ref' : 'six.text_type' , 'status' : 'Status' }
232234
@@ -254,7 +256,8 @@ def demand_response_ref(self):
254256class EcobeeListDemandResponsesResponse (EcobeeStatusResponse ):
255257 __slots__ = ['_demand_response_list' ]
256258
257- attribute_name_map = {'demand_response_list' : 'drList' , 'drList' : 'demand_response_list' , 'status' : 'status' }
259+ attribute_name_map = {'demand_response_list' : 'drList' , 'drList' : 'demand_response_list' ,
260+ 'status' : 'status' }
258261
259262 attribute_type_map = {'demand_response_list' : 'List[DemandResponse]' , 'status' : 'Status' }
260263
@@ -408,15 +411,17 @@ class EcobeeRuntimeReportsResponse(EcobeeStatusResponse):
408411 __slots__ = ['_start_date' , '_start_interval' , '_end_date' , '_end_interval' , '_columns' , '_report_list' ,
409412 '_sensor_list' ]
410413
411- attribute_name_map = {'start_date' : 'startDate' , 'startDate' : 'start_date' , 'start_interval' : 'startInterval' ,
412- 'startInterval' : 'start_interval' , 'end_date' : 'endDate' , 'endDate' : 'end_date' ,
413- 'end_interval' : 'endInterval' , 'endInterval' : 'end_interval' , 'columns' : 'columns' ,
414- 'report_list' : 'reportList' , 'reportList' : 'report_list' , 'sensor_list' : 'sensorList' ,
414+ attribute_name_map = {'start_date' : 'startDate' , 'startDate' : 'start_date' ,
415+ 'start_interval' : 'startInterval' , 'startInterval' : 'start_interval' ,
416+ 'end_date' : 'endDate' , 'endDate' : 'end_date' , 'end_interval' : 'endInterval' ,
417+ 'endInterval' : 'end_interval' , 'columns' : 'columns' , 'report_list' : 'reportList' ,
418+ 'reportList' : 'report_list' , 'sensor_list' : 'sensorList' ,
415419 'sensorList' : 'sensor_list' , 'status' : 'status' }
416420
417421 attribute_type_map = {'start_date' : 'six.text_type' , 'start_interval' : 'int' , 'end_date' : 'six.text_type' ,
418- 'end_interval' : 'int' , 'columns' : 'six.text_type' , 'report_list' : 'List[RuntimeReport]' ,
419- 'sensor_list' : 'List[RuntimeSensorReport]' , 'status' : 'Status' }
422+ 'end_interval' : 'int' , 'columns' : 'six.text_type' ,
423+ 'report_list' : 'List[RuntimeReport]' , 'sensor_list' : 'List[RuntimeSensorReport]' ,
424+ 'status' : 'Status' }
420425
421426 def __init__ (self , start_date , start_interval , end_date , end_interval , columns , report_list , sensor_list , status ):
422427 """
@@ -514,8 +519,8 @@ def sensor_list(self):
514519class EcobeeThermostatResponse (EcobeeStatusResponse ):
515520 __slots__ = ['_page' , '_thermostat_list' ]
516521
517- attribute_name_map = {'page' : 'page' , 'thermostat_list' : 'thermostatList' , 'thermostatList' : 'thermostat_list' ,
518- 'status' : 'status' }
522+ attribute_name_map = {'page' : 'page' , 'thermostat_list' : 'thermostatList' ,
523+ 'thermostatList' : 'thermostat_list' , ' status' : 'status' }
519524
520525 attribute_type_map = {'page' : 'Page' , 'thermostat_list' : 'List[Thermostat]' , 'status' : 'Status' }
521526
@@ -611,8 +616,8 @@ def status_list(self):
611616class EcobeeTokensResponse (EcobeeObject ):
612617 __slots__ = ['_access_token' , '_token_type' , '_expires_in' , '_refresh_token' , '_scope' ]
613618
614- attribute_name_map = {'access_token' : 'access_token' , 'token_type' : 'token_type' , 'expires_in' : 'expires_in' ,
615- 'refresh_token' : 'refresh_token' , 'scope' : 'scope' }
619+ attribute_name_map = {'access_token' : 'access_token' , 'token_type' : 'token_type' ,
620+ 'expires_in' : 'expires_in' , ' refresh_token' : 'refresh_token' , 'scope' : 'scope' }
616621
617622 attribute_type_map = {'access_token' : 'six.text_type' , 'token_type' : 'six.text_type' , 'expires_in' : 'int' ,
618623 'refresh_token' : 'six.text_type' , 'scope' : 'six.text_type' }
0 commit comments