Compare commits
	
		
			2 commits
		
	
	
		
			bb4346e821
			...
			f21e0f4108
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| f21e0f4108 | |||
| 5d3b8f8f43 | 
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -839,7 +839,7 @@ void ac_state_callback(char *topic, uint8_t topic_length, char *payload, unsigne | |||
|     { | ||||
|       ac_set_state(ac_mode, ac_temperature, 0); | ||||
|     } | ||||
|     else if (!strcmp(payload, "low")) | ||||
|     else if (!strcmp(payload, "high")) | ||||
|     { | ||||
|       ac_set_state(ac_mode, ac_temperature, 1); | ||||
|     } | ||||
|  | @ -847,7 +847,7 @@ void ac_state_callback(char *topic, uint8_t topic_length, char *payload, unsigne | |||
|     { | ||||
|       ac_set_state(ac_mode, ac_temperature, 2); | ||||
|     } | ||||
|     else if (!strcmp(payload, "high")) | ||||
|     else if (!strcmp(payload, "low")) | ||||
|     { | ||||
|       ac_set_state(ac_mode, ac_temperature, 3); | ||||
|     } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue