28 lines
374 B
HTML
28 lines
374 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Title</title>
|
|
</head>
|
|
<body>
|
|
|
|
<script>
|
|
return 'mv' + (this.getVariable('Volume') - 2);
|
|
|
|
|
|
|
|
var message = data.message;
|
|
this.updateVolume(message);
|
|
|
|
console.log('volume2: ' + this.getVariable('Volume'));
|
|
|
|
[Volume]<50
|
|
[Volume]>20
|
|
|
|
192.168.1.20/23/Variable/Volume
|
|
|
|
|
|
</script>
|
|
|
|
</body>
|
|
</html> |