ianperrin / MMM-NetworkScanner

A module for MagicMirror which determines the status of devices on the network based on their MAC or IP address

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uncaught TypeError: Cannot read property 'notification' of null

bogomips opened this issue · comments

This occurs in a particular case:

A possible trivial fix:
if (command) this.sendNotification(command.notification, command.payload);

commented

@bogomips - a more long term fix might be to implement some form of config validation, but for now I’ll implement your proposed change.