uid: multisensor tags: [] props: parameters: - description: Widget para sensor múltiple label: Title name: title required: false type: TEXT - context: item description: Equipment de un multisensor label: Item name: item required: false type: TEXT parameterGroups: [] timestamp: Mar 20, 2022, 6:50:56 PM component: f7-card slots: default: - component: f7-block config: style: min-height: 200px background: url(/static/temperatura.png) background-size: cover background-position: 0% 50% display: flex flex-direction: column align-items: start slots: default: - component: Label config: text: =props.title iconF7: sun_min style: color: black text-shadow: 0px 0px 3px white margin: 5px font-weight: bold text-transform: uppercase - component: oh-link config: text: =items[props.item + '_Sensordesensaciontermica'].displayState+" ºC" action: analyzer actionAnalyzerItems: =[props.item + '_Sensordesensaciontermica'] iconF7: thermometer iconSize: 24 color: black style: font-size: 24px text-shadow: 0px 0px 3px white - component: oh-link config: text: =items[props.item + '_SensordeHumedad'].state action: analyzer actionAnalyzerItems: =[props.item + '_SensordeHumedad'] iconF7: drop color: black style: text-shadow: 0px 0px 3px white margin-left: 2px - component: oh-link config: text: =items[props.item + '_Sensordetemperatura'].displayState+" ºC" action: analyzer actionAnalyzerItems: =[props.item + '_Sensordetemperatura'] iconF7: thermometer color: black style: text-shadow: 0px 0px 3px white margin-left: 2px