mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Pi Node status not displaying 0 fixed.
This commit is contained in:
		| @@ -148,7 +148,7 @@ module.exports = function(RED) { | ||||
|                 if (RED.settings.verbose) { node.log("out: "+msg.payload); } | ||||
|                 if (node.child !== null) { | ||||
|                     node.child.stdin.write(msg.payload+"\n"); | ||||
|                     node.status({fill:"green",shape:"dot",text:msg.payload}); | ||||
|                     node.status({fill:"green",shape:"dot",text:msg.payload.toString()}); | ||||
|                 } | ||||
|                 else { | ||||
|                     node.error("nrpgio python command not running"); | ||||
|   | ||||
							
								
								
									
										
											BIN
										
									
								
								public/icons/mouse.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								public/icons/mouse.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
		Reference in New Issue
	
	Block a user