Give Homey the possibility to use JavaScript logic through flow cards
Actions:
- Get formatted date :: Adds the formatted date to the global tag 'Formatted date' :: DEPRECATED
- Get formatted date and time :: Adds the formatted date and time to the global tag 'Formatted date and time'
Conditions:
- Check if specified value is equal to one of the values in an array
- Check if specified value contains one of the values in an array
- Check if specified value is empty
- Check if specified value length is less than specified number
- Check if specified date is before date
- Check if specified time is before time
- Check if specified date/time is before date/time
- Random (true|false)
- Date number is (between|not between)
- Month is (between|not between)
- Check if weekday is equal to one of the given weekdays
Triggers
- Date and month becomes :: Triggers when the current date changes to the chosen date and month (00:00)
Case sensitivity
In the following conditions you can choose to use case sensitivity or not:
- 'Value contains one of...'
- 'Is value exactly one of...'
When case sensitive
Value and array will be treated as is
When not case sensitive
Value and array will both be lowercased
Czytaj więcej ›
Karty Flow
Kiedy...
JavaScript Logic
Date and month becomes Date number Month
Oraz...
JavaScript Logic
Is Date one before Date two
JavaScript Logic
Is DateTime one before DateTime two
JavaScript Logic
Day and month is between Date number oneMonth one and Date number twoMonth two
JavaScript Logic
Date number is between Date number one and Date number two
JavaScript Logic
Random (true|false)
JavaScript Logic
Month is between Month one and Month two
JavaScript Logic
value1 is between value2 and value3 (includes: Is values included?)
JavaScript Logic
Is Time one before Time two
JavaScript Logic
Value contains one of Array items split by ';'? Case sensitive (Check as case sensitive?)
JavaScript Logic
Is Value empty
JavaScript Logic
Is Value exactly one of Array items split by ';'? Case sensitive (Check as case sensitive?)
JavaScript Logic
Is length of Text value less than Max length
JavaScript Logic
Is "weekday" one of Monday;Friday
Wtedy...
JavaScript Logic
Get date and time Amount ... ahead in Format, like 'MM-DD-YYYY HH:mm:ss' format
Pomoc
Masz problem z tą aplikacją?
Skontaktuj się z twórcami aplikacji tutaj.
Nowości
Wersja 1.5.5 — Dependency updates
Zobacz listę zmian