With this code what we do is that when a person approaches our board at a distance of 100, a green light turns on that welcomes them in addition to being at a distance.


Compatibility


{	"do": [		{			"thresholds": {				"near": 100			}		},		{			"on": {				"do": [					{						"light": {							"color": 5,							"duration": 5						}					},					{						"say": {							"text": "Welcome! You are at ",							"voice": "Salli"						}					},					{						"say": {							"text": "proximity",							"voice": "Salli"						}					},					{						"say": {							"text": "centimetres from me",							"voice": "Salli"						}					}				],				"event": "bootPressed"			}		}	]}