else if (property.equals("Player.Stop"))
connector.playerStop();
else if (property.equals("GUI.ShowNotification"))
connector.showNotification("openHAB", command.toString());
else if (property.equals("System.Shutdown") && command == OnOffType.OFF)
connector.systemShutdown();
else if (property.equals("System.Suspend") && command == OnOffType.OFF)
connector.systemSuspend();
else if (property.equals("System.Hibernate") && command == OnOffType.OFF)
connector.systemHibernate();
else if (property.equals("System.Reboot") && command == OnOffType.OFF)