fix: sensors (#350)
This commit is contained in:
@@ -279,7 +279,6 @@ class ServerProvider extends ChangeNotifier {
|
||||
|
||||
final wol = spi.wolCfg;
|
||||
if (wol != null) {
|
||||
/// TODO: test it
|
||||
try {
|
||||
await wol.wake();
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user