alexa

 avatar
unknown
plain_text
2 years ago
460 B
2
Indexable
		{
			module: 'MMM-AlexaControl',
			position: 'middle_center',
			config: {
				image: true,
				startPort:12000,
				pm2ProcessName: "mm",
				vcgencmd: "vcgencmd",
				notificaitons: [
					{
						name: 'Timer',
						port: 12201,
						OnOff: false,
						notification: ["START_TIMER", "60"]
					},
					{
						name: 'Timer for 1 minute',
						port: 12202,
						OnOff: false,
						notification: ["START_TIMER", "60"]
					}
									
				]
			}
		},