Hi Gene,
I have made one modification in MIG lin which I got your repository.
When I load the solution with Monodevelop, it told me that an update is avalaible. So I got it : NLog (4.1.2).
But now when I compile the MIG Library I got error with all other Libraries that use that dependancy.
Can you update that dependency in your dot net libaries. I know that is not a small job. Thank you in advance.
Cheers
Dani
PS : My modification in ZWave.cs is to send a notification (Status.Link=Error sent by ) to the Node in error instead of to the master Node.
Here is the code in Controller_NodeOperationProgress :
default:
OnInterfacePropertyChanged(this.GetDomain(), args.NodeId.ToString(), "ZWave node", "Status.Link", args.Status.ToString());
//OnInterfacePropertyChanged(this.GetDomain(), "1", "Z-Wave Controller", "Controller.Status", String.Format("Node {0} Status {1}", args.NodeId, args.Status.ToString()));
break;
And with little update in the js code of Widgets I can display an Error link icon in the front of the name.
If you agree I can commit the Widgets to HG. I think it's interresting just by a look to see which node doesn't answer.