mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
fix(essentials): #888 fixes legacy typename in example config files
This commit is contained in:
parent
482bef435a
commit
52c589b56b
2 changed files with 2 additions and 2 deletions
|
|
@ -88,7 +88,7 @@
|
|||
{
|
||||
"name": "Wireless Video",
|
||||
"key": "wePresent-1",
|
||||
"type": "wePresent",
|
||||
"type": "genericSource",
|
||||
"group": "genericSource",
|
||||
"uid": 9,
|
||||
"properties": {
|
||||
|
|
|
|||
|
|
@ -114,7 +114,7 @@
|
|||
{
|
||||
"name": "Wireless Video",
|
||||
"key": "wePresent-1",
|
||||
"type": "wePresent",
|
||||
"type": "genericSource",
|
||||
"properties": {},
|
||||
"group": "genericSource",
|
||||
"uid": 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue