|
@@ -1,4 +1,4 @@
|
|
|
-attr global userattr DbLogExclude DbLogInclude cmdIcon devStateIcon devStateStyle icon sortby webCmd widgetOverride
|
|
|
|
|
|
|
+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 widgetOverride
|
|
|
attr global autoload_undefined_devices 1
|
|
attr global autoload_undefined_devices 1
|
|
|
attr global icon it_network
|
|
attr global icon it_network
|
|
|
attr global logfile ./log/fhem-%Y-%m.log
|
|
attr global logfile ./log/fhem-%Y-%m.log
|
|
@@ -21,7 +21,7 @@ attr WEB icon it_i-net
|
|
|
attr WEB menuEntries haus-automatisierung.com,https://haus-automatisierung.com/
|
|
attr WEB menuEntries haus-automatisierung.com,https://haus-automatisierung.com/
|
|
|
attr WEB plotWeekStartDay 1
|
|
attr WEB plotWeekStartDay 1
|
|
|
attr WEB room System
|
|
attr WEB room System
|
|
|
-attr WEB roomIcons 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 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 title FHEM Docker (haus-automatisierung.com)
|
|
attr WEB title FHEM Docker (haus-automatisierung.com)
|
|
|
|
|
|
|
|
# Fake FileLog entry, to access the fhem log from FHEMWEB
|
|
# Fake FileLog entry, to access the fhem log from FHEMWEB
|
|
@@ -44,3 +44,8 @@ attr DBLogging icon time_note
|
|
|
attr DBLogging room Log
|
|
attr DBLogging room Log
|
|
|
define DBLogging_Reopen at +*00:15:00 set DBLogging reopen
|
|
define DBLogging_Reopen at +*00:15:00 set DBLogging reopen
|
|
|
attr DBLogging_Reopen room Log
|
|
attr DBLogging_Reopen room Log
|
|
|
|
|
+define testSwitch dummy
|
|
|
|
|
+attr testSwitch genericDeviceType switch
|
|
|
|
|
+attr testSwitch room Homekit
|
|
|
|
|
+attr testSwitch setList on off
|
|
|
|
|
+attr testSwitch webCmd on:off
|