package de.bht.fpa.homeautomation.remote.v1.command; public interface ICommand { void execute(); }