jcoutch
jcoutch
I apologize...the past year or two have been pretty hectic for me, and I haven't had a chance to maintain my open source projects like I've wanted to. I'm hoping...
Maybe. Since this is an open-source project, I'll have to do a bit of research on how to keep the signing key secure. If I just check the key into...
> Hey @jcoutch any chance I could get this change in? I apologize @tw17, my schedule has been fairly hectic lately. I sat aside time to review the code this...
@dsl400 - BrowserFS emulates the NodeJS `fs` interface. As long as you've initialized your filesystems: https://jvilk.com/browserfs/2.0.0-beta/index.html You can use a majority of the commands listed here: https://nodejs.org/api/fs.html Also, there are...
@dsl400 - There is no types package for BrowserFS, since BrowserFS is already written in TypeScript. :-)
Update - AVMATRIX sent me the actual API datasheet...which has a lot more detail than mine does: [PVS0403U-API V3.1.pdf](https://github.com/bitfocus/companion-module-requests/files/9803703/PVS0403U-API.V3.1.pdf)
My bulbs are the same way (no solder pads). The LED PCB is glued to the case, and the only way I was able to remove the board was with...
@bmorgan99 - Yeah, if they're like mine, there's two extremely short wires connecting the base to the PCB. You'd have to uncrimp and desolder before you could pull the assembly...
@Jumpcutjeff - I was able to get commands to work using a hacked together C# app, but didn't have time to implement a Companion module. On Sun, Jul 23, 2023,...
@Jumpcutjeff - I tried looking for my .NET code, but not sure where it's at. I did find a sample Node app that I was using during my initial reverse...