Skip to content

Releases: NRquadrat/oh3-widgetHeating

2.0.0

17 Apr 09:35
41cb329
Compare
Choose a tag to compare

Changelog

#Enhancements

• Properties structure more clearly and descriptions adapted, New properties implemented for the new features
• transformation the css style structure in the beginning of the yaml in progress.
• The current temperature is now displayed in the center and not the set temperature
• Unit is upperscript for temperature and humidity
• Use oh-repeater for different usecases.
• Vertical slider that automatically switches between current temperature and humidity
20210417_104652
• Horizontal slider for switching between pages. Here on one page chart for temperatures. On the other hand, there are other extension items such as battery-item
20210417_105935

v1.8.1

28 Feb 12:34
9888581
Compare
Choose a tag to compare

Enhancements

  • Implementation of the heating mode and an example mode placeholder.
    The item must be a string item. (props: heatingModeItem and exampleModeItem)
    The strings to be sent are defined in an array e.g. ,OFF, ON, VACATION, AUTO’’ (props: heatingModeArray and exampleModeArray
    The buttons are embedded dynamically after entering the props.
    If only one item is used, only one icon is displayed. If you use two items, both icons rotate into a corresponding position.

  • Toogle item is no longer applicable in the widget. If this is required, it can also be implemented using buttons

  • The url for the logo can be defined in props and is no longer static in the code.
    Tipp: Instead of an Internet address, a logo can also be saved in the folder.
    Then use in the prop the follow path (eg):
    http://local-IP-Adress:8080/static/folder/img.svg 6

  • All font sizes can be defined using parameters. This means that even small widgets can be implemented responsively.

  • Animation added in the center that can be used to visualize a valve item or an alarm item
    Now the item must be of the type Switch, but it’s easy to switch to an Contact-Item if you want.

Bug Fixes

  • Add box-sizing: content-box to the parent container. Now the circle is really a circle too 😉.
  • popover issue if a page have more than one widget. -> location prop is required and now the identifier for the popover-class