Skip to content

Commit

Permalink
commented the unused PTVO code
Browse files Browse the repository at this point in the history
  • Loading branch information
agav99 committed Nov 15, 2024
1 parent ed25091 commit 96458a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/devices.js
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ const generator = {
});
return icasa_states;
},
ptvo_switch: (entity) => {
/*ptvo_switch: (entity) => {
const devstates = [];
for (const endpoint of entity.device.endpoints) {
const epID = endpoint.ID;
Expand Down Expand Up @@ -580,7 +580,7 @@ const generator = {
}
}
return devstates;
},
},*/
};

function states_with_epname(entity, states) {
Expand Down

0 comments on commit 96458a5

Please sign in to comment.