Andrew Mackenzie
Andrew Mackenzie
Add to a net: library with other protocol senders and listeners
As we want the method to extend across machines, having one contiguous array that is split up is not always feasible, so we may need other methods, or to copy...
Or sensor sends MQTT message to a flow running on Pi or Laptop or cloud.
Prompt with the name of the input that is unsatisfied? Maybe the route of the IO that is unsatisfied as the prompt?
This might work now with some recent changes. Write a test/example that uses it.
Library for K-V storage with functions to read and write
For library projects that are then packaged and published, it might need to be a command that generates the .toml spec and code from a raw function from the developer....based...
flowstdlib/control/compare_switch/compare_switch.rs:6:1 | 6 | / /// Compare two input values and output different the right hand value at different output route 7 | | /// corresponding to is equal, greater...
Works, but you loose all formatting: function = "CompareSwitch" implementation = "compare_switch.rs" [[input]] name = "left" type = "Number" [[input]] name = "right" type = "Number" [[output]] name = "equal"...
I think the best might be to try and generate the spec from the doc comments? so code and spec is together, and that opens the door for macros to...