Basic stuff but one thing I find useful is to be able to view a full report of my monitored battery devices in a custom HSTouch screen on my phone. This is easy to do in a scrolling text element which you can swipe up and down through the list. In the past it didn't work perfectly because the list kept refreshing every few seconds and jumping back to the top. However, this appears to have changed recently so that it is no longer an issue.

The above views show an example with the right hand view partially scrolled down the report. The report is html formatted so that alerts values are highlighted in red.
The report can be changed between Status, Short and Full using the controls on the root device which can be assigned to button actions.
To do this just use a Text element in HSTouch designer.
Set the Text property of the element to the following script statement:
[$SCRIPT=&hs.DeviceString(1597)]
Where 1597 is the RefID of your SDJ-Health root device.
Set the IsHTML property to True.
Steve
The above views show an example with the right hand view partially scrolled down the report. The report is html formatted so that alerts values are highlighted in red.
The report can be changed between Status, Short and Full using the controls on the root device which can be assigned to button actions.
To do this just use a Text element in HSTouch designer.
Set the Text property of the element to the following script statement:
[$SCRIPT=&hs.DeviceString(1597)]
Where 1597 is the RefID of your SDJ-Health root device.
Set the IsHTML property to True.
Steve