Skip to content

Cleanup: Unused configuration keys in io-package.json #807

Description

@Eistee82

Description

Several configuration keys defined in `io-package.json` are never read by the adapter code:

  • `Gewerk` (line 215)
  • `telegramNoticeType` (line 285)
  • `telegramOnlyError` (line 288)
  • `whatsappNoticeType` (line 292)
  • `whatsappOnlyError` (line 292)
  • `signalNoticeType` (line 296)
  • `signalOnlyError` (line 296)
  • `pushoverNoticeType` (line 299)
  • `pushoverOnlyError` (line 302)
  • `emailNoticeType` (line 307)
  • `emailOnlyError` (line 308)

These appear to be scaffolding for planned features (notification type filtering, notification-only-on-error) that were never implemented.

Impact: No functional issue, but dead configuration that may confuse developers.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions