jp0550
jp0550
Works between Hubitat and Smartthings with just an import change needed at the top of the piston source file. - Adds supports for local fuel streams for both Hubitat (enabled...
Enable custom fuel stream url per our conversation on community.webcore.co to enable custom (local) urls to be sent to the UI. Tested for backwards compatibility for both UI and backend....
I've used your project as a base for my own for the safewatch 3000en which is a modified vp20 for adt. I'm unsure how similar it is for yours but...
``` var test = dbContext.RootItems .SelectMany(x => x.RootFieldList .SelectMany(y => y.RootFieldChildList .SelectMany(z => z.RootFieldChildListItems .Select(a => new { a, z, y, x })))); var test2 = dbContext.RootItems .SelectMany(@"it.RootFieldList .SelectMany(it.RootFieldChildList .SelectMany(it.RootFieldChildListItems...
I have a dotnet 8 MVC project I'm working with that uses binding that does define the source ([FromBody], [FromQuery]) and I have several hundred throughout the project like this...