| 1234567891011121314151617181920212223242526272829303132333435363738 |
- attr global userattr DbLogExclude DbLogInclude cmdIcon devStateIcon devStateStyle genericDeviceType:security,ignore,switch,outlet,light,blind,thermometer,thermostat,contact,garage,window,lock homebridgeMapping:textField-long icon sortby webCmd webCmdLabel:textField-long widgetOverride
- attr global autoload_undefined_devices 1
- attr global icon it_network
- attr global logfile -
- attr global modpath .
- attr global motd none
- attr global nofork 1
- attr global perlSyntaxCheck 1
- attr global room System
- attr global sendStatistics onUpdate
- attr global statefile ./log/fhem.save
- attr global updateInBackground 0
- attr global verbose 2
- define telnetPort telnet 7072 global
- define WEB FHEMWEB 8083 global
- attr WEB JavaScripts codemirror/fhem_codemirror.js hausautomatisierung-com/custom.js
- attr WEB editConfig 1
- attr WEB icon it_i-net
- attr WEB menuEntries haus-automatisierung.com,https://haus-automatisierung.com/
- attr WEB plotWeekStartDay 1
- attr WEB room System
- attr WEB roomIcons Homekit:audio_audio Log:edit_paste System:it_network Save.config:message_attention Everything:it_i-net Unsorted:unknown Commandref:system_fhem Remote.doc:message_mail Edit.files:edit_copy Select.style:edit_open Event.monitor:edit_settings
- attr WEB stylesheetPrefix hausautomatisierung_com
- attr WEB title FHEM Docker (haus-automatisierung.com)
- # Fake FileLog entry, to access the fhem log from FHEMWEB
- define Logfile FileLog ./log/fhem-%Y-%m.log fakelog
- define autocreate autocreate
- attr autocreate filelog ./log/%NAME-%Y.log
- define eventTypes eventTypes ./log/eventTypes.txt
- # Disable this to avoid looking for new USB devices on startup
- define initialUsbCheck notify global:INITIALIZED usb create
|