UNPKG

piball

Version:

Installer for foosball game score counting with NodeRED.

12 lines (10 loc) 231 B
if(typeof context.global != 'undefined') { if(typeof context.global.game != 'undefined') { if(typeof context.global.game.running != 'undefined') { if(context.global.game.running) { return msg; } } } } return null;