lightswitch: Correct default touchOn

Change settings.js and widget.js:
 - Correct default value of touchOn according to value in README.md
master
storm64 2022-04-06 23:40:50 +02:00
parent a2002c4841
commit 6c6f9c01c7
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
var settings = Object.assign({
colors: "011",
image: "default",
touchOn: "clock,launch",
touchOn: "always",
oversize: 20,
dragDelay: 500,
minValue: 0.1,

View File

@ -3,7 +3,7 @@
var settings = Object.assign({
colors: "011",
image: "default",
touchOn: "clock,launch",
touchOn: "always",
oversize: 20,
dragDelay: 500,
minValue: 0.1,