Skip to content

Commit

Permalink
Enable all operators in battery level reaction
Browse files Browse the repository at this point in the history
  • Loading branch information
fracz committed Nov 29, 2024
1 parent 8431886 commit 49e86a7
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ export const ChannelFunctionTriggers = {
unit: () => '%',
step: () => 1,
field: 'battery_level',
operators: ['gt', 'ge', 'eq'],
labelI18n: () => 'When the battery level will be', // i18n
resumeLabelI18n: () => 'and wait until the battery level will be', // i18n
},
Expand Down Expand Up @@ -654,7 +653,6 @@ export const ChannelFunctionTriggers = {
unit: () => '%',
step: () => 1,
field: 'battery_level',
operators: ['gt', 'ge', 'eq'],
labelI18n: () => 'When the battery level will be', // i18n
resumeLabelI18n: () => 'and wait until the battery level will be', // i18n
},
Expand Down Expand Up @@ -702,7 +700,6 @@ export const ChannelFunctionTriggers = {
unit: () => '%',
step: () => 1,
field: 'battery_level',
// operators: ['gt', 'lt', 'eq'],
labelI18n: () => 'When the battery level will be', // i18n
resumeLabelI18n: () => 'and wait until the battery level will be', // i18n
},
Expand Down

0 comments on commit 49e86a7

Please sign in to comment.