jp0550

Results 6 comments of jp0550

Sounds good! There probably be another commit to this to iron out some issues I found, and to handle a fw change from Hubitat.

Sure thing, I'll pull it in and give it a try next chance I get, along with changing hubUID references.

This one should be ready to go. There's a lot of performance improvements here for Hubitat and for the first time I was seeing timings lower than SmartThings. Looks like...

I think that's a great idea as I can see users coming to Hubitat using this tool to pull in their ST pistons. I'll get together a list of performance...

Biggest things in Hubitat as far as performance are below: 1. After creating a piston go into the Hubitat apps section, click the newly created piston, and hit done. Child...

``` using System.Collections.Generic; using System.Linq; using System.Linq.Dynamic.Core; namespace Test { class Program { static void Main(string[] args) { var list = new List { new JoinEntity(), new JoinEntity() }.AsQueryable(); var...