@class NSString; @interface HMMTRThermostat : MTRBaseClusterThermostat <HMFLogging> @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)logCategory; - (void)readAttributeOccupiedHeatingOrCoolingSetpointWithCompletionHandler:(id /* block */)a0; - (void)readAttributePluginActiveWithCompletionHandler:(id /* block */)a0; - (void)readAttributePluginCurrentHeaterCoolerStateWithCompletionHandler:(id /* block */)a0; - (void)readAttributePluginCurrentHeatingCoolingStateWithCompletionHandler:(id /* block */)a0; - (void)readAttributePluginTargetHeaterCoolerStateWithCompletionHandler:(id /* block */)a0; - (void)updatedValueForAttributeReport:(id)a0 responseHandler:(id /* block */)a1; - (void)updatedValuePluginActiveForAttributeReport:(id)a0 responseHandler:(id /* block */)a1; - (void)updatedValuePluginCurrentHeaterCoolerStateForAttributeReport:(id)a0 responseHandler:(id /* block */)a1; - (void)updatedValuePluginCurrentHeatingCoolingStateForAttributeReport:(id)a0 responseHandler:(id /* block */)a1; - (void)updatedValuePluginTargetHeaterCoolerStateForAttributeReport:(id)a0 responseHandler:(id /* block */)a1; - (void)writeAttributeOccupiedHeatingOrCoolingSetpointWithValue:(id)a0 completionHandler:(id /* block */)a1; - (void)writeAttributePluginActiveWithValue:(id)a0 completionHandler:(id /* block */)a1; - (void)writeAttributePluginTargetHeaterCoolerStateWithValue:(id)a0 completionHandler:(id /* block */)a1; @end