This is offtopic but have you received the pm I sent you Walter?
It's still in my Outbox instead of in the Sent messages folder so I'm a bit confused if it has actually been sent or not.
Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
Search found 2 matches
- Tue Jun 26, 2012 5:20 pm
- Forum: Plugin Support
- Topic: RFXtrx
- Replies: 537
- Views: 248424
- Sun May 27, 2012 10:52 am
- Forum: Plugin Support
- Topic: RFXtrx
- Replies: 537
- Views: 248424
Re: RFXtrx
Hi!
I noticed a bug in the part handling AC (lighting2) where your choices for the Unitcodes go from 0-15 but your Unitcodes array only contains 1-16 (as it should).
Change
list = [
'0', '1', '2', '3', '4', '5', '6', '7', '8',
'9', '10', '11', '12', '13', '14', '15', 'group'
]
to
list ...
I noticed a bug in the part handling AC (lighting2) where your choices for the Unitcodes go from 0-15 but your Unitcodes array only contains 1-16 (as it should).
Change
list = [
'0', '1', '2', '3', '4', '5', '6', '7', '8',
'9', '10', '11', '12', '13', '14', '15', 'group'
]
to
list ...