mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Add Hyperion Support (#1339)
This commit is contained in:
		| @@ -92,8 +92,14 @@ bool WLEDLightEffect::parse_frame_(light::AddressableLight &it, const uint8_t *p | ||||
|  | ||||
|   switch (protocol) { | ||||
|     case WLED_NOTIFIER: | ||||
|       // Hyperion Port | ||||
|       if (port_ == 19446) { | ||||
|         if (!parse_drgb_frame_(it, payload, size)) | ||||
|           return false; | ||||
|       } else { | ||||
|         if (!parse_notifier_frame_(it, payload, size)) | ||||
|           return false; | ||||
|       } | ||||
|       break; | ||||
|  | ||||
|     case WARLS: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user