Skip to content

Commit

Permalink
v4.0.33-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
jemu75 committed Mar 27, 2024
1 parent 729366d commit ffd1d95
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 17 deletions.
5 changes: 5 additions & 0 deletions www/fhemapp4/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v4.0.33-beta (27.03.2024)
## Settings
- bugfix for panel / template settings
## Panel
- bugfix show expand icon if no title is defined
# v4.0.32-beta (26.03.2024)
## Panel Button
- bugfix if more than one FHEM Command will be sended
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/fhemapp4/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="apple-mobile-web-app-capable" content="yes">

<title>FHEMApp v4</title>
<script type="module" crossorigin src="./assets/index-3472c5d8.js"></script>
<script type="module" crossorigin src="./assets/index-8611c1aa.js"></script>
<link rel="stylesheet" href="./assets/index-4f65342b.css">
</head>
<body>
Expand Down
9 changes: 5 additions & 4 deletions www/fhemapp4/templates/shellyPlus_1pm.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,21 @@
"dist": true,
"panel": {
"navigation": [ "a-group::groups->%s", "a-room::rooms->%s" ],
"sortby": [ "a-sortby::%s" ]
"sortby": [ "a-sortby::%s" ],
"devicekeys": ["switch:FHEM switch Device"]
},
"status": {
"title": [ "a-alias::%s" ],
"bar": [ "state:on:100:on", "::0:on" ],
"bar": [ "state:on:100:success", "::0:success" ],
"imageUrl": [ "::https\\://picsum.photos/1920/1080?random" ]
},
"main": [
{
"level": { "left1": "btn", "left2": null, "mid": "info", "right1": null, "right2": "btn" },
"mid": {
"text": [ "state:off:aus", "relay_0_power:0.1:an", "relay_0_power:0:standby", "state:on:an" ],
"divider": [ "true" ],
"size": [ "8" ]
"divider": [ "::true" ],
"size": [ "::8" ]
},
"right2": {
"btn": [ "::mdi-power-on" ],
Expand Down

0 comments on commit ffd1d95

Please sign in to comment.