Dashticz / dashticz_v2

Alternative dashboard for Domoticz
107 stars 62 forks source link

Security switch #348

Closed DewGew closed 6 years ago

DewGew commented 6 years ago

Security switch

secpanel_text

User will be prompt to insert code to arm or disarm. Possibility so change to icon buttons for use in smaller blocks in settings or with: config['security_button_icons'] = 1;

secpanel_icons

Not tested with android or IOS tablets.

@robgeerts Add following strings to language file:

"misc":
        "enter_pincode": "Enter pin code",
        "wrong_code": "Wrong pin code",
"screen":
        "security_button_icons": "Icons instead of text on security switch",
"switches":
        "state_unlocked": "UNLOCKED",
        "state_locked": "LOCKED",
        "state_disarm": "Disarm",
        "state_armhome": "Arm Home",
        "state_armaway": "Arm Away",
        "state_disarmed": "Disarmed",
        "state_armedhome": "Armed Home",
        "state_armedaway": "Armed Away",

.