mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-19 14:14:12 +01:00
add cases
This commit is contained in:
@@ -6694,12 +6694,9 @@ function HandleButtonEvent(words: any): void {
|
||||
break;
|
||||
case "volumio":
|
||||
break;
|
||||
default:
|
||||
log('Hello Mr. Developer u miss in speakerlist something!', 'warn')
|
||||
|
||||
|
||||
case "bosesoundtouch":
|
||||
break;
|
||||
}
|
||||
function exhaustiveCheck(_v: never) {}
|
||||
pageCounter = 0;
|
||||
GeneratePage(activePage!);
|
||||
setTimeout(async function () {
|
||||
@@ -6756,6 +6753,8 @@ function HandleButtonEvent(words: any): void {
|
||||
case 'squeezeboxrpc':
|
||||
setState([pageItemPL.adapterPlayerInstance, 'Players', pageItemPL.mediaDevice, 'cmdPlayFavorite'].join('.'), words[4]);
|
||||
break;
|
||||
case "bosesoundtouch":
|
||||
break;
|
||||
default:
|
||||
log('Hello Mr. Developer u miss in mode-playlist something!', 'warn')
|
||||
}
|
||||
@@ -6803,6 +6802,8 @@ function HandleButtonEvent(words: any): void {
|
||||
//@ts-ignore Fehler kommt von findPageItem in vscode
|
||||
setState([pageItemPL.adapterPlayerInstance, 'Players', pageItemPL.mediaDevice, 'PlaylistCurrentIndex'].join('.'), words[4]);
|
||||
break;
|
||||
case "bosesoundtouch":
|
||||
break;
|
||||
default:
|
||||
log('Hello Mr. Developer u miss in mode-tracklist something!', 'warn')
|
||||
}
|
||||
|
||||
@@ -9,8 +9,9 @@
|
||||
"esModuleInterop": true,
|
||||
"resolveJsonModule": true,
|
||||
"strict": true,
|
||||
"noImplicitReturns": true,
|
||||
"noImplicitAny": false,
|
||||
"target": "es2020",
|
||||
"target": "ES2022",
|
||||
"typeRoots": [
|
||||
".iobroker/types",
|
||||
"node_modules/@types"
|
||||
|
||||
Reference in New Issue
Block a user