Skip to content

Commit

Permalink
uzsu plugin: improve struct for "next" item
Browse files Browse the repository at this point in the history
  • Loading branch information
onkelandy committed Aug 18, 2024
1 parent 6dc3b32 commit 6fe6839
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions uzsu/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,22 +149,21 @@ item_structs:
visu_acl: ro
eval: sh...planned()
eval_trigger: ..
initial_value: "{'value': '-', 'next': '-'}"

value:
remark: The next value
type: str
visu_acl: ro
eval: sh...property.value['value']
eval_trigger: ..
initial_value: '-'

time:
remark: The next time
type: str
visu_acl: ro
eval: sh...property.value['next']
eval_trigger: ..
initial_value: '-'

logic_parameters: NONE
# Definition of logic parameters defined by this plugin
Expand Down

0 comments on commit 6fe6839

Please sign in to comment.