Skip to content

Commit

Permalink
default value notification
Browse files Browse the repository at this point in the history
  • Loading branch information
Standarduser committed Jul 12, 2024
1 parent 54d4e35 commit 395e73c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions widgets/vis-homekittiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,7 @@
view_(1-numberOfButtons)/views;
icon_(1-numberOfButtons)/image;
label_(1-numberOfButtons)[View];
showNotifications(1-numberOfButtons)[false]/checkbox;
showNotifications(1-numberOfButtons)/checkbox;
notification1oid(1-numberOfButtons)/id;
notification2oid(1-numberOfButtons)/id;
notification3oid(1-numberOfButtons)/id;
Expand Down Expand Up @@ -1218,7 +1218,7 @@
data-vis-attrs0="group.label;
label_(1-numberOfButtons)[View];"
data-vis-attrs1="group.notification/byindex;
showNotifications(1-numberOfButtons)[false]/checkbox;
showNotifications(1-numberOfButtons)/checkbox;
notification1oid(1-numberOfButtons)/id;
notification2oid(1-numberOfButtons)/id;
notification3oid(1-numberOfButtons)/id;
Expand Down Expand Up @@ -1326,7 +1326,7 @@
</div>
</div>
</script>

<script id="tplHomekittilesViewInWidgetSwipe"
type="text/ejs"
class="vis-tpl"
Expand Down

0 comments on commit 395e73c

Please sign in to comment.