feat(WLED): ✨ Add WLED device support#146
Open
HeyItsGilbert wants to merge 1 commit intoStartAutomating:mainfrom
Open
feat(WLED): ✨ Add WLED device support#146HeyItsGilbert wants to merge 1 commit intoStartAutomating:mainfrom
HeyItsGilbert wants to merge 1 commit intoStartAutomating:mainfrom
Conversation
… and state management functions * Introduced `Connect-WLED`, `Disconnect-WLED`, `Get-WLED`, `Send-WLED`, and `Set-WLED` functions for managing WLED devices. * Added `WLED` type and formatting support in `LightScript.format.ps1xml`. * Updated `LightScript.psd1` to include `WLED` in the tags. * Regenerated type and format XML files using EZOut 2.0.6. * Enhanced documentation for new functions and their usage.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add WLED device support with connection, disconnection and state management functions
Connect-WLED,Disconnect-WLED,Get-WLED,Send-WLED, andSet-WLEDfunctions for managing WLED devices.WLEDtype and formatting support inLightScript.format.ps1xml.LightScript.psd1to includeWLEDin the tags.Full disclosure: this is 100% built in a 1 short Claude prompt with a reference to https://kno.wled.ge/interfaces/json-api/. ~10m and I was flipping the LED's on my desk light. I included the CLAUDE.md, but I'm happy to toss it.
P.P.S 1 shots like this are only successful if you have a very well structured codebase with clear patterns, so thank you for that!