Skip to content

LightResult: consider removing "Option"

Currently LightResult is defined as Hash<portname, Option>. Can we drop the Option? Does it make sense to assume that there is some "empty LightData"? This would make testing in all nodes a bit easier...