I’m beginner and I have a simple question:
I have define an Item as following:
Number:Time DurationTime "Laufzeit [%.0f min]"
Then I have a small widget like this:
uid: widget_XXXX
tags: []
props:
parameters:
- context: item
label: Bewässerungszeit
name: BewaesserungszeitItem
required: false
type: TEXT
parameterGroups: []
timestamp: Jul 3, 2023, 12:36:14 PM
component: f7-card
config: {}
slots:
default:
- component: oh-list
config:
class:
- padding
slots:
default:
- component: oh-stepper-item
config:
autorepeat: true
autorepeatDynamic: false
color: blue
icon: f7:timer
item: =props.BewaesserungszeitItem
max: 60
min: 1
raised: true
round: true
step: 1
title: Bewässerungszeit (min)
Every change of the value with the help of th wizard, will update the item in command direction and override the UoM to seconds instead of minute.
How can I prevent this?