support for interval in "show icon", "show arrow"
This commit is contained in:
		@@ -36,7 +36,12 @@
 | 
			
		||||
  "basic.showAnimation": "Shows a sequence of LED screens as an animation.",
 | 
			
		||||
  "basic.showAnimation|param|interval": "time in milliseconds between each redraw",
 | 
			
		||||
  "basic.showAnimation|param|leds": "pattern of LEDs to turn on/off",
 | 
			
		||||
  "basic.showArrow": "Shows an arrow on screent",
 | 
			
		||||
  "basic.showArrow|param|direction": "the direction of the arrow",
 | 
			
		||||
  "basic.showArrow|param|interval": "the amount of time (milliseconds) to show the icon. Default is 600.",
 | 
			
		||||
  "basic.showIcon": "Draws the selected icon on the LED screen",
 | 
			
		||||
  "basic.showIcon|param|icon": "the predifined icon id",
 | 
			
		||||
  "basic.showIcon|param|interval": "the amount of time (milliseconds) to show the icon. Default is 600.",
 | 
			
		||||
  "basic.showLeds": "Draws an image on the LED screen.",
 | 
			
		||||
  "basic.showLeds|param|interval": "time in milliseconds to pause after drawing",
 | 
			
		||||
  "basic.showLeds|param|leds": "the pattern of LED to turn on/off",
 | 
			
		||||
 
 | 
			
		||||
@@ -191,6 +191,7 @@
 | 
			
		||||
  "basic.clearScreen|block": "clear screen",
 | 
			
		||||
  "basic.forever|block": "forever",
 | 
			
		||||
  "basic.pause|block": "pause (ms) %pause",
 | 
			
		||||
  "basic.showArrow|block": "show arrow %i=device_arrow",
 | 
			
		||||
  "basic.showIcon|block": "show icon %i",
 | 
			
		||||
  "basic.showLeds|block": "show leds",
 | 
			
		||||
  "basic.showNumber|block": "show|number %number",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user