github AlexGustafsson/homebridge-wol v5.0.0-beta.1

latest releases: v6.0.1, v6.0.0, v5.0.2...
pre-release3 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

Fixes

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

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

Don't miss a new homebridge-wol release

NewReleases is sending notifications on new releases.