code

mail@pastecode.io avatar
unknown
plain_text
2 years ago
445 B
2
Indexable
Never
        {
			module: 'MMM-AlexaControl',
			position: 'middle_center',
			config: {
				image: true,
				pm2ProcessName: "mm",
				vcgencmd: "vcgencmd",
				notificaitons: [
					{
						name: 'Timer',
						port: 11201,
						OnOff: false,
						notification: ["START_TIMER", "60"]
					},
					{
						name: 'Timer for 1 minute',
						port: 11202,
						OnOff: false,
						notification: ["START_TIMER", "60"]
					}
									
				]
			}
		},