Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Dec 13, 2024
1 parent cd2a909 commit b308638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hub/dataSources/PhoenixDiagnosticsSource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default class PhoenixDiagnosticsSource extends LiveDataSource {
this.setStatus(LiveDataSourceStatus.Active);
devices.forEach((device) => {
// Phoenix 6 devices use a "pro" application regardless of
// license state. Phoenix 5 devices evices use a different
// license state. Phoenix 5 devices devices use a different
// protocol that does not advertise a list of signals, so
// don't include them in the list
if (!device.IsPROApplication) return;
Expand Down

0 comments on commit b308638

Please sign in to comment.