Yadoms / yadoms

Yadoms is open source, simple, powerfull, flexible and multiplatforms domotic solution.
https://www.yadoms.com
Other
63 stars 17 forks source link

GUI -> Devices : Manual creation of a device doesn't work #146

Closed jmberhault closed 8 years ago

jmberhault commented 8 years ago

After clicking create a equipment attached to the RFXCOM.

manual creation of a equipment

The parameter pass through PluginInstanceManager looks to be undefined or null.

sgallou commented 8 years ago

var pluginId = $("select#associatedPluginTypeList").val(); fails to get the pluginId (set to undefined).

See device-add-manually.html, line 62

I think last commit on this file (11e3b5fa7cd79794376be80db966ea53efb53c0f, on 12/06/2016 17:13:11) makes the regression.