When it is released will it be able to autodiscover the MNET groups or will they need to be added manually. As I have just finished creating Netlinx Module in SNAPI (as the original CafeDuet module made by AMX was not working with the latest Mitsubishi Firmware.) because as far as I can see it the AG150a does not support the Autodiscovery of MNET Groups.
As the AG150A can be controlled by posting HTTP/XML Strings:
POST /servlet/MIMEReceiveServlet HTTP/1.0
Content-type: text/xml
Content-length: 242
<?xml version="1.0" encoding="UTF-8"?>
<Packet>
<Command>setRequest</Command>
<DatabaseManager>
<Mnet Group="12" Drive="OFF" Mode="COOL" SetTemp="26" AirDirection="HORIZONTAL" FanSpeed="LOW" />
</DatabaseManager>
</Packet>