Skip to content
/ PixooPS Public

PowerShell module to control a Divoom Pixoo64 over the network

License

Notifications You must be signed in to change notification settings

quonic/PixooPS

Repository files navigation

PixooPS

CI

PixooPS is a module to control Divoom Pixoo64 devices.

Overview

You can change the current face, turn on and off the screen, display an animated gif and such.

Requirements

Installation

Install the module under your user's scope.

Install-Module PixooPS -Scope CurrentUser

Examples

$Face = Get-FaceList | Where-Object { $_.Name -like "Big Time" }
Find-Pixoo # Saves IP address to $env:PixooIP
Set-Channel -Channel Faces
Start-Sleep -Seconds 1
Set-Face -FaceId $Face.ClockId

Documentation

pages-build-deployment

GitHub Pages

About

PowerShell module to control a Divoom Pixoo64 over the network

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published