Files
frontend/src/components/entity/const.ts
Niklas Wagner e821e1ec83 Allow selecting multiple states in trigger condition (#27455)
* Allow selecting multiple states in trigger condition

* Make from/to select exlusive to each other

* Simplify code

* fix: returning correct type

* Remove unnecessary any type
2025-10-28 15:43:34 +02:00

2 lines
66 B
TypeScript

export const ANY_STATE_VALUE = "__ANY_STATE_IGNORE_ATTRIBUTES__";