mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	add msg. select to range and yaml nodes,
re-order son node (name to bottom) add common.label.property to messages list
This commit is contained in:
		@@ -5,7 +5,8 @@
 | 
			
		||||
            "topic": "Topic",
 | 
			
		||||
            "name": "Name",
 | 
			
		||||
            "username": "Username",
 | 
			
		||||
            "password": "Password"
 | 
			
		||||
            "password": "Password",
 | 
			
		||||
            "property": "Property"
 | 
			
		||||
        },
 | 
			
		||||
        "status": {
 | 
			
		||||
            "connected": "connected",
 | 
			
		||||
@@ -602,7 +603,7 @@
 | 
			
		||||
            "maxout": "e.g. 255"
 | 
			
		||||
        },
 | 
			
		||||
        "scale": {
 | 
			
		||||
            "payload": "Scale msg.payload",
 | 
			
		||||
            "payload": "Scale the message property",
 | 
			
		||||
            "limit": "Scale and limit to the target range",
 | 
			
		||||
            "wrap": "Scale and wrap within the target range"
 | 
			
		||||
        },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user