diff --git a/NOTEPAD.md b/NOTEPAD.md index 8bb9732..934f016 100644 --- a/NOTEPAD.md +++ b/NOTEPAD.md @@ -180,8 +180,10 @@ Art-Net can write now: `ConnectorNode.write` carries a node's input ports, a per-port `channels` map places each on its own DMX channel, and `transmit` still gates the socket. Verified on the wire against a listener (channel 33 = 255, channel 31 = 60, nothing else set) and the MQTT half was driven end to -end against the house broker. The rig is the `house_control` flow and its -dashboard, seeded by `make -C app seed-house`. +end against the house broker. The rig was the `house_control` flow and its +dashboard; it has been deleted now that `dmx` owns the universe, and +`make -C app seed-house` rebuilds it if that verification is ever wanted +again. - FEAT/NODE: Art-Net against the real fixtures is still untried. The house's own dmxnet sender re-emits universe 1 every 1000 ms, so fluksio and Node-RED overwrite each other; the test needs Node-RED's Art-Net sender stopped, and while it is stopped every channel fluksio does not set is dark. - CHORE/NODE: the operatorId worry was unfounded — the reference Node-RED `setstat` node for this unit is configured with an empty operatorId and deviceId, so a command needs no registration. The second unit may still differ.