Simple Power

A simple widget that uses an orange lightning bolt icon and opens a chart of the Item’s historic states when clicked on.

Changelog

Version 0.1

  • initial release

Resources

uid: rlk_electric
tags:
  - list
  - electric
props:
  parameters:
    - description: Widget title
      label: Title
      name: title
      required: false
      type: TEXT
    - context: item
      description: Item to display
      label: Item
      name: item
      required: false
      type: TEXT
  parameterGroups: []
component: oh-label-item
config:
  icon: f7:bolt
  iconColor: '"yellow"'
  title: =props.title
  item: =props.item
  action: analyzer
  actionAnalyzerCoordSystem: time
  actionAnalyzerItems: =[props.item]