Returns the register of wic_mobile_devices.

1 mobile.getDevicesInfo

<mobile.getDevicesInfo user-code='user-code'>
    <where_condition /> ?
</mobile.getDevicesInfo>
Example
Copy
<xsql-script>
    <body>
        <return>
           <mobile.getDevicesInfo>
                device_last_battery  < 80
           </mobile.getDevicesInfo>
       </return>
    </body>
</xsql-script>