SONOFF BASIC
Modifica contatto pulito
Questa guida ti spiega come modificare un interruttore SONOFF BASIC per poterlo utilizzare come contatto pulito e comandare per esempio un cancello automatico.
Addio Pebble |
Map<String, String> map; // = your map... for (Map.Entry<String, String> entry : map.entrySet()) { System.out.println(entry.getKey() + "/" + entry.getValue()); }