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.

Prigramming greater than certain time

Featured Replies

Posted

All

I hope this is simple problem to solve, is there a greater than time construct in the programs. I have looked up but may have missed it, all I am trying to do is

if X happens and time > 6:30 PM then do something.

 

thanks

Andy

apologies for typo in the header

Edited by kaus3362

Try this:
 

If
    Control 'x' is switched On
And From 6:30:00PM
    To 6:30:00AM (next day) -- or whatever time you wish to stop triggering

Then

    Do something

Edited by MikeD

It depends on what you consider > 6:30pm. If you mean in the same day then you can use

 

if

    x happens

and

    time from 6:30:01 pm

    to 11:59:59 pm

then

    .........

It is same day. thanks that should work

Just Don't use the else section that will trigger everyday at 11:59:59

 

Sent from a tiny keyboard. Response may be brief.

Archived

This topic is now archived and is 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.