genielabs / HomeGenie

HomeGenie, the programmable automation intelligence
https://homegenie.it
GNU General Public License v3.0
388 stars 154 forks source link

Added ActionMessageCode as option to make the KNX connection, #415

Closed JeroenKetels closed 4 years ago

JeroenKetels commented 4 years ago

this setting (0x29) is needed for many KNX Routers/Gateways. in order to communicate with the knx bus. This change allows the user to set this actioncode if needed.

genemars commented 4 years ago

hi @JeroenKetels, I couldn't merge this because the directory structure has been modified. Could you please create a new pull request from the updated master branch? The new location of this file is src/HomeGenie/Automation/Scripting/KnxClientHelper.cs. Thanks.

JeroenKetels commented 4 years ago

Added ActionMessageCode as option to make the KNX connection,