Skip to content

Commit

Permalink
Merge pull request #28 from jswalden/fix-config-static-text
Browse files Browse the repository at this point in the history
Use static-text, not text, for the Information config-field
  • Loading branch information
josephdadams authored Oct 11, 2023
2 parents a107714 + 49e026f commit e16d5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class PtzOpticsInstance extends InstanceBase {
getConfigFields() {
return [
{
type: 'text',
type: 'static-text',
id: 'info',
width: 12,
label: 'Information',
Expand Down

0 comments on commit e16d5bb

Please sign in to comment.