public void init() {
super.init();
//linking this property with the behavior defined in the XML
position = new RangedIntBehaviorLogic((RangedIntBehavior) getPojo().getBehavior("position"));
position.addListener(new RangedIntBehaviorListener() {
@Override
public void onLowerBoundValue(Config params, boolean fireCommand) {
//turnPowerOff(params);
}