-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 5 - testers and suggestions wanted #124
Comments
Suggested feature: allow a user to specify what service to expose. This would allow for exposing a speaker, TV, router or the like instead of just a switch. That way, a user may be able to choose between more icons in the Home app etc. See #123. |
Suggested feature: add support for fakegato-history so that history is available in the Elgato Eve app. Work has already been done in #115. |
Potential feature: Allow usage as a platform with auto-discovery which scans the network and adds devices it finds. Might be useful for some use cases, but I'm unsure if it'll be useful as it will only be able to automatically configure pinging and WoL, but not shutdown. |
Beta 2 has been published. It contains some fixes and updates. https://github.com/AlexGustafsson/homebridge-wol/releases/tag/v5.0.0-beta.2. |
I think it's time to finally release this version. Closing. |
Introduction
This plugin is being rewritten to improve stability and future maintainability.
The first of an unknown amount of betas has been published and is available here: https://github.com/AlexGustafsson/homebridge-wol/releases/tag/v5.0.0-beta.1.
It can be installed like so:
I'm open to suggestions on things to improve and implement, so please let me know. I'll leave comments below on currently planned and suggested features.
Below are the changes as mentioned in the beta release.
Features
Fixes
null
as a default value, strengthening the compatibility with config-ui-xBreaking changes
ip
has been renamed tohost
to more clearly tell that it supports hostnames such asmy-computer.localdomain
name
is no longer mandatory and will default toMy NetworkDevice
log
,logPinger
anddebugLog
are deprecated. Instead uselogLevel
which is one of the following values. Defaults toInfo
Debug
Info
Notice
Warning
Error
Critical
Alert
Emergency
None
The text was updated successfully, but these errors were encountered: