Skip to content

Commit

Permalink
more DSP block functions
Browse files Browse the repository at this point in the history
  • Loading branch information
mschlgl committed Jul 25, 2024
1 parent 9cd1fff commit 73c2d16
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/objects_templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -4016,7 +4016,7 @@
"native": {}
},
{
"_id": "gain",
"_id": "cutboost",
"type": "state",
"Common":{
"role": "value",
Expand All @@ -4031,7 +4031,7 @@
"native":{}
},
{
"_id": "q-factor",
"_id": "qfactor",
"type": "state",
"Common":{
"role": "value",
Expand Down
7 changes: 7 additions & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1499,6 +1499,13 @@ class Extron extends utils.Adapter {
this.log.info(`getDeviceStatus(): dynamics "${stateName}" not yet implemented`);
break;

case 'slope':
case 'cutboost':
case 'frequency':
case 'qfactor':
this.log.info(`getDeviceStatus(): filter "${stateName}" not yet implemented`);
break;

case 'name' :
if (idType ==='groups') {
this.getGroupName(grpId);
Expand Down

0 comments on commit 73c2d16

Please sign in to comment.