/ioBroker.vis-justgage

justGage Widget for ioBroker.

Primary LanguageJavaScriptMIT LicenseMIT

Logo ioBroker.vis-justgage

GitHub license Downloads GitHub repo size Translation status
GitHub commit activity GitHub commits since latest release (by date) GitHub last commit GitHub issues
Version:
NPM version Current version in stable repository Number of Installations
Tests:
Test and Release CodeQL

justGage Widget for ioBroker.

Screenshot

Pointer options

There is a possibility to define the pointer options:

{
  "toplength": null,
  "bottomlength": null,
  "bottomwidth": null,
  "stroke": "none",
  "stroke_width": 0,
  "stroke_linecap": "square",
  "color": "#000000"
}

It must be valid JSON object. Single quotas are not allowed! More about pointer options could be found here: https://github.com/toorshia/justgage#pointer-options

Changelog

2.0.2 (2023-11-25)

  • (mcm1957) Mode setting has been adapted
  • (mcm1957) Adapter-core dependency has been removed

2.0.1 (2023-11-24)

  • (mcm1957) Missing files blocking any functionality have been added to package again

2.0.0 (2023-10-24)

  • (mcm1957) Adapter has been moved to iobroker-community-adapters organization
  • (mcm1957) Dependencies have been updated

1.0.1 (2019-10-07)

  • (bluefox) fixed min max

0.7.1 (2016-12-14)

  • (Pmant) change max brightness to max brightness of initial color

0.7.0 (2016-12-14)

  • (jens-maus) add value formatting
  • (jens-maus) add value multiplier

0.6.1 (2016-11-25)

  • (bluefox) Update justgage.js

0.6.0 (2016-07-31)

  • (Pmant) add no-gradient-option to Justgage widget
  • (Pmant) add full brightness option to Justgage widget
  • (jens-maus) add missing unit fields

0.5.1 (2016-07-21)

  • (jens-maus) fix auto fill max, min, unit

0.5.0 (2016-07-01)

  • (Pmant) fix default indicator
  • (Pmant) add option to change background-color instead of text-color
  • (Pmant) add option to always set full brightness colors

0.4.2 (2016-06-05)

  • (PArns) fix mid default vaule if max != 100 & min != 0

0.4.1 (2016-03-20)

  • (bluefox) remove config

0.4.0 (2016-02-19)

  • (Pmant) replace pow with sliders
  • (bluefox) fix resize

0.3.0 (2016-02-16)

  • (bluefox) fix error with two gauges at creation
  • (bluefox) fix small errors
  • (bluefox) add new widget: value & indication
  • (bluefox) fill automatically max, min, unit

0.2.5 (2016-02-13)

  • (Pmant) fix indicator
  • (bluefox) add russian translations

0.2.2 (2016-02-12)

  • (Pmant) possible donut fix

0.2.0 (2016-02-11)

  • (Pmant) add indicator widget

0.1.1 (2016-02-10)

  • (Pmant) initial checkin

License

The MIT License (MIT)

Copyright (c) 2023 iobroker-community-adapters Copyright (c) 2015-2019 Pmant patrickmo@gmx.de

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.