private void start() {
   for (Device d : devs) d.start();
 }
 private void stop() {
   for (Device d : devs) d.stop();
 }