The plugin provides a interface to the blink(1) hardware to set colors or color sequences.
Requests like
/blink?play=R3:0.2:FF0000:F0.2:00FF00:0.0:000000
will be processed the following order:
repeat 3 times: {
.2s red, fade to green in 0.2s, switch off
}
You have full control of the colors in the blink(1) hardware.
Internally the requests are queued and processed from this queue.
So far one wanted to try the plugin - the blink(1) users probably run linux
Your idea is certainly interesting, but the current plugin interface to AbelCam does not allow this kind of interaction.
The plugin could use the web log as information source, but that would be a quirky implementation of this hook.
Hooks will have to be part of AbelCam Plugin Interface 2.0 (tm)