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.

How to make a light "Blink"

Featured Replies

Posted

I have a kitchen light controlled by an Insteon relay switch. I have this linked to an Insteon In-Line Linc with Sense in a motion sensor floodlight. How can I write a program to make the kitchen table light "Blink" when the status of the In-Line Linc is on. I heard that it requires a program to call another program for this to work.

 

Thanks,

The two programs below will do it. But you can't have the kitchen table linked to the in line device. Let ISY turn it on and off.

 

Blink

 

If
  - No Conditions - (To add one, press 'Schedule' or 'Condition')

Then
       Set 'Kitchen table' On
       Wait  5 seconds
       Run Program 'blink' (Else Path)

Else
       Set 'Kitchen table' Off
       Wait  5 seconds
       Run Program 'blink' (Then Path)

 

Run Blink

 

If
       Status  'in line linc' is not Off

Then
       Run Program 'blink' (Then Path)

Else
       Stop program 'blink'

  • Author

WOW.......It worked. Thank you very much for your help on this. I am sort of a "newbe" and not a programer. Your instructions were easy to follow.

 

Thanks you again.

 

Jim Blackston

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.