Skip to content

Commit

Permalink
fix security and some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorz914 committed Jul 24, 2024
1 parent ce85015 commit f1ab828
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
26 changes: 13 additions & 13 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
]
}
],
"required": false
"required": true
}
}
}
Expand Down Expand Up @@ -182,7 +182,7 @@
]
}
],
"required": false
"required": true
},
"reference": {
"title": "Reference",
Expand Down Expand Up @@ -533,7 +533,7 @@
}
],
"description": "Here select the remote control command.",
"required": false
"required": true
},
"displayType": {
"title": "Display Type",
Expand All @@ -559,7 +559,7 @@
}
],
"description": "Here select display type in HomeKit app.",
"required": false
"required": true
},
"namePrefix": {
"title": "Prefix",
Expand Down Expand Up @@ -699,7 +699,7 @@
}
],
"description": "Here select sensor type to be exposed in HomeKit app.",
"required": false
"required": true
},
"namePrefix": {
"title": "Prefix",
Expand Down Expand Up @@ -935,7 +935,7 @@
]
}
],
"required": false
"required": true
},
"displayType": {
"title": "Display Type",
Expand All @@ -961,7 +961,7 @@
}
],
"description": "Here select display type in HomeKit app.",
"required": false
"required": true
},
"namePrefix": {
"title": "Prefix",
Expand Down Expand Up @@ -1000,7 +1000,7 @@
}
],
"description": "Here select what a volume control mode You want to use. If select *None/Disabled* only hardware buttons in RC app can be used to control volume.",
"required": false
"required": true
},
"soundModeControl": {
"title": "Sound Modes",
Expand Down Expand Up @@ -1076,7 +1076,7 @@
]
}
],
"required": false
"required": true
},
"displayType": {
"title": "Display Type",
Expand All @@ -1102,7 +1102,7 @@
}
],
"description": "Here select display type in HomeKit app.",
"required": false
"required": true
},
"namePrefix": {
"title": "Prefix",
Expand Down Expand Up @@ -1200,7 +1200,7 @@
]
}
],
"required": false
"required": true
},
"displayType": {
"title": "Display Type",
Expand All @@ -1226,7 +1226,7 @@
}
],
"description": "Here select display type in HomeKit app.",
"required": false
"required": true
},
"namePrefix": {
"title": "Prefix",
Expand Down Expand Up @@ -1321,7 +1321,7 @@
}
],
"description": "Here select the function of info button in RC.",
"required": false
"required": true
},
"enableDebugMode": {
"title": "Debug",
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"displayName": "LG webOS TV",
"name": "homebridge-lgwebos-tv",
"version": "2.19.19",
"version": "2.19.20",
"description": "Homebridge plugin to control LG webOS TV.",
"license": "MIT",
"author": "grzegorz914",
Expand Down

0 comments on commit f1ab828

Please sign in to comment.