martinfrancois a08539d88d Added support for multiple codes executed in a row (#5908)
* Added support for multiple codes executed in a row

now codes can be specified either by simply providing a single code, which will then be sent like usual, or multiple codes can be executed in a row, specified in a comma delimited format in the configuration.yaml. For example: 111111,222222,333333,444444 would mean 111111 would be sent first, followed by 222222 and 333333 and 444444.

* rpi_rf: added line breaks to not exceed 79 characters per line

* include validation for correct formatting of codes

added regex which only allows either a single number (like 1252456245) or a sequence of commas followed by another number.

* added line breaks to not exceed 79 characters per line

* fix for 'continuation line under-indented for visual indent'

* another try at 'continuation line under-indented for visual indent'

* changed from regex to list for easier maintainability

* removed unnecessary splitting of strings
2017-03-02 00:10:49 -08:00
..
2016-10-30 22:18:53 +01:00
2016-10-11 00:56:57 -07:00
2017-01-14 17:08:48 +01:00
2017-02-22 22:11:49 +01:00
2016-12-05 08:15:36 -08:00
2016-10-30 22:18:53 +01:00
2016-11-07 22:31:40 -08:00
2016-09-17 10:29:58 -07:00
2016-10-24 21:49:49 -07:00
2016-10-30 22:18:53 +01:00
2016-11-21 19:36:44 -08:00
2016-11-25 13:04:06 -08:00
2016-09-03 00:09:14 +02:00
2017-01-17 23:40:34 +01:00
2016-09-06 18:28:55 -07:00
2016-10-29 13:10:42 -07:00
2017-02-24 16:17:27 +02:00