Skip to content

Commit

Permalink
Removed unused packages
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Sep 7, 2023
1 parent 56cf1b0 commit 8e049d7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 18 deletions.
19 changes: 8 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ but rewritten in 90%

Several bugfixes and lots of new widgets added.


## Following widgets are present right now

### current
Expand All @@ -46,27 +45,25 @@ Several bugfixes and lots of new widgets added.

### in progress
Not yet final:
- Garagedoor
- Garage door
- Radiostation

lot of widgets still in plan

## Options
following options are available in most of the widgets:

The following options are available in most of the widgets:
- text-color
- cardIcon ( does not yet make sense everywhere, e.g. dimmer )
- opacity color ( the standard opacity color )
- colorizeByValue ( depending on some values the opacity color can be changed e.g. if it is too hot make it red, to cold blue )
- below,above, min, max ( the values for colorizeByValue )
- color-low/high,medium... ( the color to use if border is raised)
- read-only ( some widgets can be set to read only mode for display only)
- cardIcon (does not yet make sense everywhere, e.g. dimmer)
- opacity color (the standard opacity color)
- colorizeByValue (depending on some values, the opacity color can be changed e.g. if it is too hot make it red, to cold blue)
- below,above, min, max (the values for colorizeByValue)
- color-low/high,medium... (the color to use if border is raised)
- read-only (some widgets can be set to read only mode for display only)
- border-radius to enable and change the round corner
- valueAlign Align the Value field left,center or right
- value-vertical Align the Value field top,bottom or middle
- borderColor Color of the Border if activated


### Getting started

install the Adapter and start VIS in Edit mode.
Expand Down
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
"url": "https://github.com/iobroker-community-adapters/ioBroker.vis-material-advanced.git"
},
"dependencies": {
"@iobroker/adapter-core": "^3.0.3",
"@material/button": "^14.0.0",
"@material/switch": "^14.0.0",
"@material/card": "^14.0.0"
},
"devDependencies": {
"@alcalzone/release-script": "^3.6.0",
Expand Down
5 changes: 2 additions & 3 deletions widgets/vis-material-advanced.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<script type="text/javascript" src="widgets/vis-material-advanced/js/vis-material-advanced.js"></script>


<!-- the full description of format in data-vis-attrs can be found here:
<!-- the full description of format in data-vis-attrs can be found here:
https://github.com/ioBroker/ioBroker.vis/blob/master/www/js/visEditInspect.js#L39
----------------------------------------------------------
Expand Down Expand Up @@ -121,7 +121,7 @@
Call redraw of widget if some of the CSS styles in the editor for this widget was changed
You can read about Magic tags here: http://canjs.com/guides/EJS.html
Following magic tags are exist:
Following magic tags are:
<% %> - execute javascript
<%= %> - place escaped result to an HTML document
<%== %> - place unescaped result to an HTML document
Expand Down Expand Up @@ -189,7 +189,6 @@
<% vis.binds['vis-material-advanced'].tplMdListRegenRadarDWD(this.data.wid, this.view, this.data); %>
</script> -->


<script
id="tplMaListDoor"
type="text/ejs"
Expand Down

0 comments on commit 8e049d7

Please sign in to comment.