-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added dynamic mode lists for media device (source/sound mode)
- Loading branch information
1 parent
fb7ce66
commit 08542c0
Showing
11 changed files
with
274 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"type": "enum", | ||
"title": { | ||
"en": "Sound mode", | ||
"de": "Klangmodus", | ||
"nl": "Geluidsmodus" | ||
}, | ||
"desc": { | ||
"en": "Sound mode", | ||
"de": "Klangmodus", | ||
"nl": "Geluidsmodus" | ||
}, | ||
"getable": true, | ||
"setable": true, | ||
"insights": true, | ||
"icon": "/assets/capability_icons/media_sound_mode.svg", | ||
"uiComponent": "picker", | ||
"values": [ | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"highlight": true, | ||
"type": "enum", | ||
"title": { | ||
"en": "Source", | ||
"de": "Quelle", | ||
"nl": "Bron" | ||
}, | ||
"desc": { | ||
"en": "Source (input)", | ||
"de": "Quelle (Eingang)", | ||
"nl": "Bron (invoer)" | ||
}, | ||
"getable": true, | ||
"setable": true, | ||
"insights": true, | ||
"icon": "/assets/capability_icons/media_source.svg", | ||
"uiComponent": "picker", | ||
"values": [ | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"title": { | ||
"en": "Media sound mode changed", | ||
"de": "Medien-Klangmodus hat sich geændert", | ||
"nl": "Geluidsmodus gewijzigd" | ||
}, | ||
"tokens": [{ | ||
"name": "media_sound_mode", | ||
"type": "string", | ||
"title": { | ||
"en": "Sound mode", | ||
"de": "Klangmodus", | ||
"nl": "Geluidsmodus" | ||
}, | ||
"example": "5ch Stereo" | ||
} | ||
], | ||
"args": [{ | ||
"name": "device", | ||
"type": "device", | ||
"filter": "driver_id=media" | ||
}] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"title": { | ||
"en": "Media source changed", | ||
"de": "Medien-Quelle hat sich geändert", | ||
"nl": "Mediabron gewijzigd" | ||
}, | ||
"tokens": [{ | ||
"name": "media_source", | ||
"type": "string", | ||
"title": { | ||
"en": "Source", | ||
"de": "Quelle", | ||
"nl": "Bron" | ||
}, | ||
"example": "HDMI 1" | ||
} | ||
], | ||
"args": [{ | ||
"name": "device", | ||
"type": "device", | ||
"filter": "driver_id=media" | ||
}] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters