Jump to content
View in the app

A better way to browse. Learn more.

Universal Devices Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

KPL button on off

Featured Replies

Posted

I have a KPL and use button D to indicate if somebody is home or not.  I turn button on when leaving  I turn button on and off when  arrive home.  

How can I from program turn that button on or off?

1 hour ago, slpelts said:

How can I from program turn that button on or off?

To turn KPL buttons ON/OFF (other than the A button), you have to create a scene into which you add the button(s) as a responder.  Then you simply turn the scene ON/OFF.

Example:

Away status
If
        $sAway is 1
Then
        Wait  1 second
        Set 'Away scenes / Away Status' On
        Resource 'Send away mode change to Stringify'
        Resource 'Away mode status'
        Set Elk Speak Word 'Away'
        Set Elk Speak Word 'Mode'
Else
        Wait  1 second
        Set 'Away scenes / Away Status' Off
        Resource 'Send away mode change to Stringify'
        Resource 'Away mode status'
        Set Elk Speak Word 'Home'
        Set Elk Speak Word 'Mode'
 
Reflects the value of managed state variable "State_Away". 
This is a separate program from "Away mode on" and "Away mode off", 
so that the variable value is indicated at the keypad even if the 
variable value is changed without operating the keypad button, 
e.g., using this client. 
The scene "Away status" contains the keypad button used to turn the 
away mode on/off.

 

Guest
This topic is now closed to further replies.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.