Closed AdhocAdam closed 2 years ago
Making improvements to Initialize-LifxDevice with:
#Example Product information [PSCustomObject]@{ [int]Id=91; [string]Name=LIFX Color; [bool]Color=True; [bool]Infrared=False; [bool]Multizone=False; [bool]HEV=False}
[Version]3.70
- Updates to New-LifxPacket to obtain Label, Version, and Firmware - New-LifxPacket -Type "GetLabel" - New-LifxPacket -Type "GetVersion" - New-LifxPacket -Type "GetHostFirmware"
Making improvements to Initialize-LifxDevice with:
Example Version
[Version]3.70