Updated Live runtime information (markdown)

Nick O'Leary 2014-05-03 16:15:24 -07:00
parent 7400db87f7
commit 3c77baa4d6
1 changed files with 1 additions and 1 deletions

@ -20,7 +20,7 @@ The runtime Node api will have a `setState` (maybe `emit('state')` instead) to u
The state updates the indicator and the message is provided as a hover/tool-tip on the indicator. (what about touch ui for tool-tip?)
> **Question:** should there be a limited palette of colours with well-defined state values, or do individual node types have to provide a mapping for state value to colour. (Nick thinks: limited palette)
> **Question:** should there be a limited palette of colours with well-defined state values, or do individual node types have to provide a mapping for state value to colour. (Nick thinks: limited palette, with suitable constants `STATE_RED` `STATE_GREEN` - what about blinking?)
### Performance/through-put indicators