Forum Discussion
5 years ago
Hi All
One of the latest portal updates appears to have broken this propertysource. The fix is to change this line
println "LMStatus=" +response_obj.data.items[0].hostStatus.value
to
println "LMStatus=" +response_obj.data.items[0].hostStatus;
No errors are any real concerns with the break, but the device will not report as dead without this fix.
Related Content
- 6 months ago