Skip to content

wittekind/mehrnebel-machine

Repository files navigation

Debugging via REST

Set address of ArtNet Node

PUT to /artnet

{
  "nodeAddress": "192.168.1.11"
}

Set fogger DMX Address

PUT to /fogger/address

{
  "dmxAddress": 0
}

Start fog

POST to /fogger/fog

{
  "fogIntensity": 255
}

Intensity can range from 0-255

Stop fog

POST to /fogger/fog

{
  "fogIntensity": 0
}

About

Fog machine client for the mehrnebel system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published