Python script and bash example of manually controlling the Sims4 Plumbob USB lamp/gadget.
The simsPlumbob.py script takes 3 parameters:
- Red
- Green
- Blue
... integer values from 0 to 255 and needs to be run as root.
Example:
sudo python simsPlumbob.py 255 0 0
There are 2 provided examples, both need to be ran as root:
-
police.sh - very basic bash script that flashes red and blue colors intermitently
sudo sh police.sh
Demo video:
-
random.sh - flashes random colors at random fractions of a second intervals
sudo sh random.sh
Demo video: