logger.info('\r\nSwitch: 14: '+JSON.stringify(Date.now())+': INFO: Switch Post Options: '+JSON.stringify(options));
request.post(options).then((body)=>{
logger.info('\r\nSwitch: 16: '+JSON.stringify(Date.now())+': INFO: Switch Post Response: '+JSON.stringify(body));
if(undefined===body||body.error){
logger.error('\r\nSwitch: 18: '+JSON.stringify(Date.now())+': ERROR: Switch Post Erroe: '+JSON.stringify((undefined===body)?'Error From Server!':body.error));
res.status(500).json({
message:"Switch post failed!",
error:(undefined===body)?'Error From Server!':body.error