static List<int> drawer(int pin, int onTime, int offTime) { // ESC p - Abrir cajón return [0x1B, 0x70, pin, onTime, offTime]; }