Untitled

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