mirror of
				https://github.com/node-red/node-red-nodes.git
				synced 2025-03-01 10:37:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			43 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "arduino": {
 | 
						|
        "label": {
 | 
						|
            "pin": "Pin",
 | 
						|
            "type": "Type",
 | 
						|
            "port": "Port"
 | 
						|
        },
 | 
						|
        "placeholder": {
 | 
						|
            "port": "e.g. /dev/ttyUSB0  COM1"
 | 
						|
        },
 | 
						|
        "status": {
 | 
						|
            "connectfirst": "connecting to first board found",
 | 
						|
            "connect": "connecting to __device__",
 | 
						|
            "connected": "connected to __device__",
 | 
						|
            "version": "version: __version__",
 | 
						|
            "portclosed": "Arduino serial port closed"
 | 
						|
        },
 | 
						|
        "state": {
 | 
						|
            "in": {
 | 
						|
                "digital": "Digital pin",
 | 
						|
                "pullup": "Digital pin with pullup",
 | 
						|
                "analogue": "Analogue pin",
 | 
						|
                "string": "String"
 | 
						|
            },
 | 
						|
            "out": {
 | 
						|
                "digital": "Digital (0/1)",
 | 
						|
                "analogue": "Analogue (0-255)",
 | 
						|
                "servo": "Servo (0-180)",
 | 
						|
                "string": "String"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "tip": {
 | 
						|
            "io": "<b>Note:</b> You cannot use the same pin for both output and input.",
 | 
						|
            "conf": "<b>Tip:</b> Use search to try to auto-detect serial port."
 | 
						|
        },
 | 
						|
        "errors": {
 | 
						|
            "portnotconf": "port not configured",
 | 
						|
            "portnotfound": "port not found : __device__",
 | 
						|
            "devnotfound": "device __dev__ not found. Trying to find board."
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |