Read maintenance Goal: This module is reading by Modbus some parameters in the "radiolite" and send a JSON object of them to the the network module. The module will send the maintenance json object to network.js by this function: function sendR4xxMaintenanceToNetwork(objectJson) { network.sendR4xxMaintenance(objectJson); }