package com.gzlh.device.led.handler; import com.gzlh.device.led.brand.LedBrandType; public interface ILedHandler { LedBrandType brandType(); void sendMsg( String content); void handlerAction(String action); }