github AlexGustafsson/homebridge-wol v5.0.0

latest releases: v6.0.1, v6.0.0, v5.0.2...
2 years ago

Features

  • Rewritten from the ground up in TypeScript for increased type safety and maintainability
  • Aligned the project structure to the official plugin template to help onboard developers accustomed to the standard
  • Streamlined, unified and simplified logs
  • Configuration is rewritten with improved checking
  • Clarify user-facing logs regarding start, wake and shutdown commands. Refers to the wiki post available here: https://github.com/AlexGustafsson/homebridge-wol/wiki/Frequently-Asked-Questions

Fixes

  • Fixed issue with AJSF not supporting null as a default value, strengthening the compatibility with config-ui-x
  • Documentation improvements

Breaking changes

  • ip has been renamed to host to more clearly tell that it supports hostnames such as my-computer.localdomain
  • name is no longer mandatory and will default to My NetworkDevice
  • log, logPinger and debugLog are deprecated. Instead use logLevel which is one of the following values. Defaults to Info
    • Debug
    • Info
    • Notice
    • Warning
    • Error
    • Critical
    • Alert
    • Emergency
    • None

Discussion

#192

Don't miss a new homebridge-wol release

NewReleases is sending notifications on new releases.