414243444546474849
* Create or returns the instance of this class. */ public static HomematicContext getInstance() { if (instance == null) { instance = new HomematicContext(); instance.stateHolder = new StateHolder(instance); } return instance; }