##V. 0.1 - initial version
- implemented HSI color space
- implemented threaded server socket
- implemented time-based transisions
- implemented color correction based on intensity of LED colors
- implemented select-based non-blocking socket for reading
- implemented transition ringbuffer
- added fire effect
- added direct set for RGBW
- added saving of latest RGBW and HSI values for reuse
- added query for current saved RGBW and HSI values
- fixed possible DIV/0 if transition has 0 duration
- added 'g|G' command block for querying internal RGBW and HSI values
- modified 'g|G' to support an additional parameter used as the sleep time
- decoupled status commands from action commands and made sure, that status commands are not put into the ring buffer, since these can cause long-running transistions to break
- added ability to transition function to cope with off/Off and on/On for 0/100 values, if provided
- removed some race-conditions
- changed some remnants of renaming the controller object, which were overlooked, but caused no harm.