Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
api_release_notes:1.5 [2013/01/25 16:25] jayapi_release_notes:1.5 [2026/04/07 18:27] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== API v1.5 Release Notes ======
 +This version of the API shipped with Indigo 6 beta 5 - check the [[:API Version Chart]] to see what version of the API is available in which Indigo versions.
 +
 +  * Added new indigo.showModems filter - this filter for the indigo.server.getSerialPorts method will include modem type serial devices. We've found that on occasion the FTDI serial drivers will create port names that look like: /dev/cu.usbmodemfa131 rather than the more typical /dev/cu.usbserial-A500DA38. This filter will allow those ports to be returned in the method call.
 +  * Device types defined by plugins will now appear in the order they're declared in the Devices.xml file in the Model popup in the Device Edit dialog.