1.1.21 • Published 6 days ago

iobroker.vis-2-widgets-jaeger-design v1.1.21

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
6 days ago

Logo

Special Jaeger Design widgets for ioBroker.vis 2.0

Number of Installations Number of Installations NPM version Downloads

NPM

Widgets

Buttons and switches

Actual news

Actual news

To use this widget, you need to create a small script in Javascript adapter:

const axios = require('axios');

function readRss() {
    axios('https://www.n-tv.de/rss')
        .then(resp => setState('javascript.0.rss', resp.data.toString(), true));
}

createState('javascript.0.rss', {type: 'string'}, () => {
    setInterval(() => readRss(), 60000 * 60 * 2); // update rss every 2 hours
    readRss();
});

And then use javascript.0.rss object in this widget.

Changelog

1.1.21 (2024-05-01)

  • (bluefox) Changed layout for mobile view

1.1.20 (2024-04-09)

  • (bluefox) Allowed changing font size for thermostat

1.1.19 (2024-03-12)

  • (bluefox) Allowed changing the palette for every widget

1.1.15 (2024-03-06)

  • (bluefox) Improved dimmer widget

1.1.14 (2024-02-21)

  • (bluefox) Added top info in the mobile view

1.1.12 (2024-02-20)

  • (bluefox) Corrected some layout issues

1.1.10 (2024-01-19)

  • (bluefox) Small changes on layout and added new distance settings

1.1.8 (2024-01-18)

  • (bluefox) Corrected info button in mobile view

1.1.5 (2023-12-05)

  • (bluefox) Added an option to start action or scene from new line

1.1.0 (2023-11-29)

  • (bluefox) Corrected license check
  • (bluefox) Added class names to all important layout components

1.0.12 (2023-11-22)

  • (bluefox) Allowed reordering of the actions and scenes
  • (bluefox) Added a new option to show scenes before actions
  • (bluefox) Added option to show value in dimmer
  • (bluefox) Added option for adjustable width of the right view on the home page
  • (bluefox) Added option to provide icons for scenes and actions
  • (bluefox) Added option set the distance between menu items
  • (bluefox) Added possibility to set control value for scenes
  • (bluefox) Added possibility to adjust font size for scenes and actions

1.0.11 (2023-11-10)

  • (bluefox) Corrected error local variables and controls

1.0.10 (2023-11-08)

  • (bluefox) Corrected error with scenes
  • (bluefox) Improved state widget with custom icons

1.0.9 (2023-11-07)

  • (bluefox) Allowed setting distance between actions and scenes on the home page

1.0.8 (2023-11-06)

  • (bluefox) Corrected the cameras widget

1.0.7 (2023-10-31)

  • (bluefox) Added possibility to reorder info on status bar

1.0.5 (2023-10-17)

  • (bluefox) Corrected error with fakeView

1.0.4 (2023-10-10)

  • (bluefox) Corrected layout of thermostat

1.0.3 (2023-10-10)

  • (bluefox) Corrected error if shutter was inverted

1.0.2 (2023-09-28)

  • (bluefox) Corrected touch behavior for dimmer and shutter

1.0.1 (2023-09-26)

  • (bluefox) Corrected small issues

1.0.0 (2023-08-11)

  • (bluefox) Changed style of shutter and state widgets

0.6.5 (2023-08-09)

  • (bluefox) Corrected view selector and empty menu item

0.6.4 (2023-07-31)

  • (bluefox) Set constant width and height of thermostat icons

0.6.3 (2023-07-25)

  • (bluefox) Added many new features

0.6.1 (2023-07-21)

  • (bluefox) Added max height/width for floors

0.6.0 (2023-07-19)

  • (bluefox) Corrected some errors with information

0.5.2 (2023-07-02)

  • (bluefox) Support of false for scenes

0.5.0 (2023-06-28)

  • (bluefox) Added support for the new vis
  • (bluefox) Added page configurable margins

0.4.6 (2023-06-19)

  • (bluefox) Corrected sub menu

0.4.5 (2023-06-13)

  • (bluefox) Corrected visualization of view

0.4.0 (2023-05-31)

  • (bluefox) Added exclusions
  • (bluefox) Added possibility to show information on the very top of layout

0.3.2 (2023-04-05)

  • (bluefox) Corrected license problem

0.3.1 (2023-03-22)

  • (bluefox) Corrected build process

0.3.0 (2023-03-21)

  • (bluefox) Implemented dark mode

0.2.3 (2023-03-09)

  • (bluefox) update packages

0.2.2 (2023-03-06)

  • (bluefox) Updated thermostat widget

0.2.1 (2023-02-03)

  • (bluefox) Mobile views tuned

0.2.0 (2023-02-01)

  • (bluefox) implemented mobile view

0.1.3 (2023-01-30)

  • (bluefox) initial commit

License

Copyright (c) 2022-2024 bluefox dogafox@gmail.com All rights reserved.

1.1.21

6 days ago

1.1.20

29 days ago

1.1.16

2 months ago

1.1.19

2 months ago

1.1.15

2 months ago

1.1.14

3 months ago

1.1.12

3 months ago

1.1.10

4 months ago

1.1.8

4 months ago

1.1.7

4 months ago

1.1.0

5 months ago

1.0.9

6 months ago

1.0.8

6 months ago

1.1.5

5 months ago

1.0.11

6 months ago

1.0.10

6 months ago

1.0.12

6 months ago

1.0.5

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.0

9 months ago

0.6.3

10 months ago

0.4.5

11 months ago

0.6.2

10 months ago

0.4.4

11 months ago

0.6.5

9 months ago

0.6.4

9 months ago

0.4.6

11 months ago

0.5.0

10 months ago

0.4.1

11 months ago

0.4.0

11 months ago

0.5.2

10 months ago

0.4.3

11 months ago

0.6.0

10 months ago

0.4.2

11 months ago

0.3.0

1 year ago

0.3.2

1 year ago

0.2.3

1 year ago

0.3.1

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago