BenRoe / MMM-FHEM

A module for the MagicMirror, to display data from FHEM devices.
MIT License
10 stars 14 forks source link

modified module following features #9

Open IteDas opened 5 years ago

IteDas commented 5 years ago
{ deviceName: 'HM_TempSensor_Aussen',
   deviceReadings: [
        { title: 'Temperature Aussen', name: '1.ACTUAL_TEMPERATURE', icon: 'wi wi-thermometer', suffix: '°', hidden: true, notification: 'OUTDOOR_TEMPERATURE' },
    { title: 'Feuchte Aussen', name: '1.HUMIDITY', icon: 'wi wi-thermometer', suffix: '%', hidden: true, notification: 'OUTDOOR_HUMIDITY' },
 ],
},