├── .gitignore ├── NL.HNOGames.Domoticz.sln ├── NL.HNOGames.Domoticz ├── NL.HNOGames.Domoticz.Android │ ├── Assets │ │ └── AboutAssets.txt │ ├── Helpers │ │ ├── CloseApplication.cs │ │ ├── HTTPClientHandlerCreationService.cs │ │ └── TranslateExtension.txt │ ├── MainActivity.cs │ ├── MainApplication.cs │ ├── NL.HNOGames.Domoticz.Android.csproj │ ├── Properties │ │ ├── AndroidManifest.xml │ │ └── AssemblyInfo.cs │ ├── PushNotificationStarted.txt │ ├── Renderer │ │ ├── AdMobRenderer.cs │ │ ├── CustomMultiLineLabelRenderer.cs │ │ ├── ExtendedButtonRenderer.cs │ │ ├── ExtendedSliderRenderer.cs │ │ ├── ShareClass.cs │ │ └── TitleViewSearchBarRenderer.cs │ ├── Resources │ │ ├── AboutResources.txt │ │ ├── Resource.designer.cs │ │ ├── drawable-hdpi-v11 │ │ │ ├── bordershadowdark.xml │ │ │ ├── domoticz_white.png │ │ │ ├── ic_menu.png │ │ │ └── ic_stat_notify.png │ │ ├── drawable-hdpi-v14 │ │ │ ├── appwidget_bg.9.png │ │ │ ├── appwidget_bg_focused.9.png │ │ │ ├── appwidget_bg_pressed.9.png │ │ │ ├── appwidget_dark_bg.9.png │ │ │ ├── appwidget_dark_bg_focused.9.png │ │ │ ├── appwidget_inner_focused_c.9.png │ │ │ ├── appwidget_inner_focused_l.9.png │ │ │ ├── appwidget_inner_focused_r.9.png │ │ │ ├── appwidget_inner_pressed_c.9.png │ │ │ ├── appwidget_inner_pressed_l.9.png │ │ │ └── appwidget_inner_pressed_r.9.png │ │ ├── drawable-hdpi-v5 │ │ │ └── ic_tab.png │ │ ├── drawable-hdpi-v9 │ │ │ ├── domoticz_white.png │ │ │ ├── ic_menu.png │ │ │ └── ic_stat_notify.png │ │ ├── drawable-hdpi │ │ │ ├── alarm.png │ │ │ ├── appwidget_bg.9.png │ │ │ ├── appwidget_bg_focused.9.png │ │ │ ├── appwidget_bg_pressed.9.png │ │ │ ├── appwidget_dark_bg.9.png │ │ │ ├── appwidget_dark_bg_focused.9.png │ │ │ ├── appwidget_dark_bg_pressed.9.png │ │ │ ├── appwidget_inner_focused_c.9.png │ │ │ ├── appwidget_inner_focused_l.9.png │ │ │ ├── appwidget_inner_focused_r.9.png │ │ │ ├── appwidget_inner_pressed_c.9.png │ │ │ ├── appwidget_inner_pressed_l.9.png │ │ │ ├── appwidget_inner_pressed_r.9.png │ │ │ ├── baseline_add_white_18.png │ │ │ ├── baseline_add_white_24.png │ │ │ ├── baseline_add_white_36.png │ │ │ ├── baseline_add_white_48.png │ │ │ ├── baseline_arrow_back_black_24.png │ │ │ ├── baseline_arrow_back_white_24.png │ │ │ ├── baseline_arrow_right_black_24.png │ │ │ ├── baseline_bluetooth_black_18.png │ │ │ ├── baseline_bluetooth_black_24.png │ │ │ ├── baseline_bluetooth_black_36.png │ │ │ ├── baseline_bluetooth_black_48.png │ │ │ ├── baseline_camera_black_18.png │ │ │ ├── baseline_camera_black_24.png │ │ │ ├── baseline_camera_black_36.png │ │ │ ├── baseline_camera_black_48.png │ │ │ ├── baseline_close_white_18.png │ │ │ ├── baseline_close_white_24.png │ │ │ ├── baseline_close_white_36.png │ │ │ ├── baseline_close_white_48.png │ │ │ ├── baseline_dashboard_black_18.png │ │ │ ├── baseline_dashboard_black_24.png │ │ │ ├── baseline_dashboard_black_36.png │ │ │ ├── baseline_dashboard_black_48.png │ │ │ ├── baseline_delete_black_24.png │ │ │ ├── baseline_dvr_black_18.png │ │ │ ├── baseline_dvr_black_24.png │ │ │ ├── baseline_dvr_black_36.png │ │ │ ├── baseline_dvr_black_48.png │ │ │ ├── baseline_error_outline_black_24.png │ │ │ ├── baseline_error_outline_white_18.png │ │ │ ├── baseline_error_outline_white_24.png │ │ │ ├── baseline_error_outline_white_36.png │ │ │ ├── baseline_error_outline_white_48.png │ │ │ ├── baseline_filter_list_white_18.png │ │ │ ├── baseline_filter_list_white_24.png │ │ │ ├── baseline_filter_list_white_36.png │ │ │ ├── baseline_filter_list_white_48.png │ │ │ ├── baseline_fingerprint_white_18.png │ │ │ ├── baseline_fingerprint_white_24.png │ │ │ ├── baseline_fingerprint_white_36.png │ │ │ ├── baseline_fingerprint_white_48.png │ │ │ ├── baseline_highlight_black_18.png │ │ │ ├── baseline_highlight_black_24.png │ │ │ ├── baseline_highlight_black_36.png │ │ │ ├── baseline_highlight_black_48.png │ │ │ ├── baseline_info_white_18.png │ │ │ ├── baseline_info_white_24.png │ │ │ ├── baseline_info_white_36.png │ │ │ ├── baseline_info_white_48.png │ │ │ ├── baseline_invert_colors_white_18.png │ │ │ ├── baseline_invert_colors_white_24.png │ │ │ ├── baseline_invert_colors_white_36.png │ │ │ ├── baseline_invert_colors_white_48.png │ │ │ ├── baseline_keyboard_arrow_down_black_18.png │ │ │ ├── baseline_keyboard_arrow_down_black_24.png │ │ │ ├── baseline_keyboard_arrow_down_black_36.png │ │ │ ├── baseline_keyboard_arrow_down_black_48.png │ │ │ ├── baseline_keyboard_arrow_up_black_18.png │ │ │ ├── baseline_keyboard_arrow_up_black_24.png │ │ │ ├── baseline_keyboard_arrow_up_black_36.png │ │ │ ├── baseline_keyboard_arrow_up_black_48.png │ │ │ ├── baseline_language_white_18.png │ │ │ ├── baseline_language_white_24.png │ │ │ ├── baseline_language_white_36.png │ │ │ ├── baseline_language_white_48.png │ │ │ ├── baseline_link_black_24.png │ │ │ ├── baseline_mic_none_white_18.png │ │ │ ├── baseline_mic_none_white_24.png │ │ │ ├── baseline_mic_none_white_36.png │ │ │ ├── baseline_mic_none_white_48.png │ │ │ ├── baseline_more_vert_white_24.png │ │ │ ├── baseline_my_location_white_18.png │ │ │ ├── baseline_my_location_white_24.png │ │ │ ├── baseline_my_location_white_36.png │ │ │ ├── baseline_my_location_white_48.png │ │ │ ├── baseline_nfc_white_18.png │ │ │ ├── baseline_nfc_white_24.png │ │ │ ├── baseline_nfc_white_36.png │ │ │ ├── baseline_nfc_white_48.png │ │ │ ├── baseline_notification_important_white_18.png │ │ │ ├── baseline_notification_important_white_24.png │ │ │ ├── baseline_notification_important_white_36.png │ │ │ ├── baseline_notification_important_white_48.png │ │ │ ├── baseline_opacity_black_18.png │ │ │ ├── baseline_opacity_black_24.png │ │ │ ├── baseline_opacity_black_36.png │ │ │ ├── baseline_opacity_black_48.png │ │ │ ├── baseline_search_white_18.png │ │ │ ├── baseline_search_white_24.png │ │ │ ├── baseline_search_white_36.png │ │ │ ├── baseline_search_white_48.png │ │ │ ├── baseline_send_white_18.png │ │ │ ├── baseline_send_white_24.png │ │ │ ├── baseline_send_white_36.png │ │ │ ├── baseline_send_white_48.png │ │ │ ├── baseline_settings_input_component_white_18.png │ │ │ ├── baseline_settings_input_component_white_24.png │ │ │ ├── baseline_settings_input_component_white_36.png │ │ │ ├── baseline_settings_input_component_white_48.png │ │ │ ├── baseline_settings_white_18.png │ │ │ ├── baseline_settings_white_24.png │ │ │ ├── baseline_settings_white_36.png │ │ │ ├── baseline_settings_white_48.png │ │ │ ├── baseline_share_white_18.png │ │ │ ├── baseline_share_white_24.png │ │ │ ├── baseline_share_white_36.png │ │ │ ├── baseline_share_white_48.png │ │ │ ├── baseline_stop_black_18.png │ │ │ ├── baseline_stop_black_24.png │ │ │ ├── baseline_stop_black_36.png │ │ │ ├── baseline_stop_black_48.png │ │ │ ├── baseline_store_white_18.png │ │ │ ├── baseline_store_white_24.png │ │ │ ├── baseline_store_white_36.png │ │ │ ├── baseline_store_white_48.png │ │ │ ├── baseline_view_carousel_black_18.png │ │ │ ├── baseline_view_carousel_black_24.png │ │ │ ├── baseline_view_carousel_black_36.png │ │ │ ├── baseline_view_carousel_black_48.png │ │ │ ├── baseline_watch_white_18.png │ │ │ ├── baseline_watch_white_24.png │ │ │ ├── baseline_watch_white_36.png │ │ │ ├── baseline_watch_white_48.png │ │ │ ├── baseline_wb_sunny_black_18.png │ │ │ ├── baseline_wb_sunny_black_24.png │ │ │ ├── baseline_wb_sunny_black_36.png │ │ │ ├── baseline_wb_sunny_black_48.png │ │ │ ├── btn_stat_notify.png │ │ │ ├── christmastree.png │ │ │ ├── clock48.png │ │ │ ├── computer.png │ │ │ ├── cone.png │ │ │ ├── contact.png │ │ │ ├── cooling.png │ │ │ ├── darkheader.png │ │ │ ├── defaultimage.png │ │ │ ├── demand.png │ │ │ ├── dimmer.png │ │ │ ├── domoticz_white.png │ │ │ ├── door.png │ │ │ ├── down.png │ │ │ ├── empty.png │ │ │ ├── fan.png │ │ │ ├── flame.png │ │ │ ├── floor.png │ │ │ ├── freezing.png │ │ │ ├── gauge.png │ │ │ ├── generic.png │ │ │ ├── harddisk.png │ │ │ ├── heating.png │ │ │ ├── ic_arrow_down.png │ │ │ ├── ic_arrow_drop_down.png │ │ │ ├── ic_arrow_drop_up.png │ │ │ ├── ic_arrow_up.png │ │ │ ├── ic_cameras.png │ │ │ ├── ic_content_copy.png │ │ │ ├── ic_dashboard.png │ │ │ ├── ic_dashboard_white.png │ │ │ ├── ic_dialog.png │ │ │ ├── ic_domoticz_logo.png │ │ │ ├── ic_domoticz_logo_white.png │ │ │ ├── ic_event.png │ │ │ ├── ic_filter_list.png │ │ │ ├── ic_highlight_white.png │ │ │ ├── ic_home.png │ │ │ ├── ic_keyboard_voice.png │ │ │ ├── ic_launcher.png │ │ │ ├── ic_lightbulb_outline.png │ │ │ ├── ic_list.png │ │ │ ├── ic_logs.png │ │ │ ├── ic_menu.png │ │ │ ├── ic_microphone.png │ │ │ ├── ic_minus.png │ │ │ ├── ic_pause.png │ │ │ ├── ic_plan.png │ │ │ ├── ic_play.png │ │ │ ├── ic_plus.png │ │ │ ├── ic_qrcode.png │ │ │ ├── ic_repeat_black_18dp.png │ │ │ ├── ic_scenes.png │ │ │ ├── ic_schedule_black_18dp.png │ │ │ ├── ic_settings.png │ │ │ ├── ic_share.png │ │ │ ├── ic_show_chart.png │ │ │ ├── ic_sort.png │ │ │ ├── ic_star.png │ │ │ ├── ic_star_border.png │ │ │ ├── ic_stat_notify.png │ │ │ ├── ic_stop.png │ │ │ ├── ic_switch.png │ │ │ ├── ic_tab.png │ │ │ ├── ic_temperature.png │ │ │ ├── ic_utilities.png │ │ │ ├── ic_validate_settings.png │ │ │ ├── ic_vars.png │ │ │ ├── ic_view_carousel.png │ │ │ ├── ic_wb_cloudy_white.png │ │ │ ├── ic_wb_sunny_white.png │ │ │ ├── ic_weather.png │ │ │ ├── ic_wizard.png │ │ │ ├── leaf.png │ │ │ ├── lights.png │ │ │ ├── lock.png │ │ │ ├── media.png │ │ │ ├── mic.png │ │ │ ├── motion.png │ │ │ ├── outline_color_lens_white_24.png │ │ │ ├── outline_info_black_18.png │ │ │ ├── outline_info_black_24.png │ │ │ ├── outline_info_black_36.png │ │ │ ├── outline_info_black_48.png │ │ │ ├── outline_widgets_white_18.png │ │ │ ├── outline_widgets_white_24.png │ │ │ ├── outline_widgets_white_36.png │ │ │ ├── outline_widgets_white_48.png │ │ │ ├── percentage.png │ │ │ ├── phone.png │ │ │ ├── placeholder.png │ │ │ ├── printer.png │ │ │ ├── profile_generic.png │ │ │ ├── program.png │ │ │ ├── pushoff.png │ │ │ ├── qrcode.png │ │ │ ├── radiation.png │ │ │ ├── rain.png │ │ │ ├── refresh.png │ │ │ ├── remote.png │ │ │ ├── rgb.png │ │ │ ├── scale.png │ │ │ ├── security.png │ │ │ ├── siren.png │ │ │ ├── smoke.png │ │ │ ├── speaker.png │ │ │ ├── stop.png │ │ │ ├── sub.png │ │ │ ├── sunny.png │ │ │ ├── temp48.png │ │ │ ├── temperature.png │ │ │ ├── text.png │ │ │ ├── tv.png │ │ │ ├── up.png │ │ │ ├── users.png │ │ │ ├── uv.png │ │ │ ├── uvdark.png │ │ │ ├── uvsunny.png │ │ │ ├── video.png │ │ │ ├── visibility.png │ │ │ ├── volume.png │ │ │ ├── wall.png │ │ │ ├── water.png │ │ │ └── wind.png │ │ ├── drawable-ldpi-v11 │ │ │ ├── ic_menu.png │ │ │ └── ic_stat_notify.png │ │ ├── drawable-ldpi-v5 │ │ │ └── ic_tab.png │ │ ├── drawable-ldpi-v9 │ │ │ ├── ic_menu.png │ │ │ └── ic_stat_notify.png │ │ ├── drawable-ldpi │ │ │ ├── alarm.png │ │ │ ├── btn_stat_notify.png │ │ │ ├── christmastree.png │ │ │ ├── clock48.png │ │ │ ├── computer.png │ │ │ ├── cone.png │ │ │ ├── contact.png │ │ │ ├── cooling.png │ │ │ ├── darkheader.png │ │ │ ├── defaultimage.png │ │ │ ├── demand.png │ │ │ ├── dimmer.png │ │ │ ├── domoticz_white.png │ │ │ ├── door.png │ │ │ ├── down.png │ │ │ ├── empty.png │ │ │ ├── fan.png │ │ │ ├── flame.png │ │ │ ├── floor.png │ │ │ ├── freezing.png │ │ │ ├── gauge.png │ │ │ ├── generic.png │ │ │ ├── harddisk.png │ │ │ ├── heating.png │ │ │ ├── ic_arrow_down.png │ │ │ ├── ic_arrow_up.png │ │ │ ├── ic_cameras.png │ │ │ ├── ic_dashboard.png │ │ │ ├── ic_dialog.png │ │ │ ├── ic_domoticz_logo.png │ │ │ ├── ic_domoticz_logo_white.png │ │ │ ├── ic_event.png │ │ │ ├── ic_launcher.png │ │ │ ├── ic_list.png │ │ │ ├── ic_logs.png │ │ │ ├── ic_menu.png │ │ │ ├── ic_microphone.png │ │ │ ├── ic_minus.png │ │ │ ├── ic_pause.png │ │ │ ├── ic_plan.png │ │ │ ├── ic_play.png │ │ │ ├── ic_plus.png │ │ │ ├── ic_repeat_black_18dp.png │ │ │ ├── ic_scenes.png │ │ │ ├── ic_schedule_black_18dp.png │ │ │ ├── ic_sort.png │ │ │ ├── ic_stat_notify.png │ │ │ ├── ic_stop.png │ │ │ ├── ic_switch.png │ │ │ ├── ic_tab.png │ │ │ ├── ic_temperature.png │ │ │ ├── ic_utilities.png │ │ │ ├── ic_validate_settings.png │ │ │ ├── ic_vars.png │ │ │ ├── ic_weather.png │ │ │ ├── ic_wizard.png │ │ │ ├── leaf.png │ │ │ ├── lights.png │ │ │ ├── lock.png │ │ │ ├── media.png │ │ │ ├── mic.png │ │ │ ├── motion.png │ │ │ ├── percentage.png │ │ │ ├── phone.png │ │ │ ├── placeholder.png │ │ │ ├── printer.png │ │ │ ├── program.png │ │ │ ├── pushoff.png │ │ │ ├── qrcode.png │ │ │ ├── radiation.png │ │ │ ├── rain.png │ │ │ ├── refresh.png │ │ │ ├── remote.png │ │ │ ├── rgb.png │ │ │ ├── scale.png │ │ │ ├── security.png │ │ │ ├── siren.png │ │ │ ├── smoke.png │ │ │ ├── speaker.png │ │ │ ├── stop.png │ │ │ ├── sub.png │ │ │ ├── temp48.png │ │ │ ├── temperature.png │ │ │ ├── text.png │ │ │ ├── tv.png │ │ │ ├── up.png │ │ │ ├── users.png │ │ │ ├── uv.png │ │ │ ├── uvdark.png │ │ │ ├── uvsunny.png │ │ │ ├── video.png │ │ │ ├── visibility.png │ │ │ ├── volume.png │ │ │ ├── wall.png │ │ │ ├── water.png │ │ │ └── wind.png │ │ ├── drawable-mdpi-v11 │ │ │ ├── domoticz_white.png │ │ │ ├── ic_menu.png │ │ │ └── ic_stat_notify.png │ │ ├── drawable-mdpi-v14 │ │ │ ├── appwidget_bg.9.png │ │ │ ├── appwidget_bg_focused.9.png │ │ │ ├── appwidget_bg_pressed.9.png │ │ │ ├── appwidget_dark_bg.9.png │ │ │ ├── appwidget_dark_bg_focused.9.png │ │ │ ├── appwidget_inner_focused_c.9.png │ │ │ ├── appwidget_inner_focused_l.9.png │ │ │ ├── appwidget_inner_focused_r.9.png │ │ │ ├── appwidget_inner_pressed_c.9.png │ │ │ ├── appwidget_inner_pressed_l.9.png │ │ │ └── appwidget_inner_pressed_r.9.png │ │ ├── drawable-mdpi-v5 │ │ │ └── ic_tab.png │ │ ├── drawable-mdpi-v9 │ │ │ ├── domoticz_white.png │ │ │ ├── ic_menu.png │ │ │ └── ic_stat_notify.png │ │ ├── drawable-mdpi │ │ │ ├── alarm.png │ │ │ ├── appwidget_bg.9.png │ │ │ ├── appwidget_bg_focused.9.png │ │ │ ├── appwidget_bg_pressed.9.png │ │ │ ├── appwidget_dark_bg.9.png │ │ │ ├── appwidget_dark_bg_focused.9.png │ │ │ ├── appwidget_dark_bg_pressed.9.png │ │ │ ├── appwidget_inner_focused_c.9.png │ │ │ ├── appwidget_inner_focused_l.9.png │ │ │ ├── appwidget_inner_focused_r.9.png │ │ │ ├── appwidget_inner_pressed_c.9.png │ │ │ ├── appwidget_inner_pressed_l.9.png │ │ │ ├── appwidget_inner_pressed_r.9.png │ │ │ ├── baseline_add_white_18.png │ │ │ ├── baseline_add_white_24.png │ │ │ ├── baseline_add_white_36.png │ │ │ ├── baseline_add_white_48.png │ │ │ ├── baseline_arrow_back_black_24.png │ │ │ ├── baseline_arrow_back_white_24.png │ │ │ ├── baseline_arrow_right_black_24.png │ │ │ ├── baseline_bluetooth_black_18.png │ │ │ ├── baseline_bluetooth_black_24.png │ │ │ ├── baseline_bluetooth_black_36.png │ │ │ ├── baseline_bluetooth_black_48.png │ │ │ ├── baseline_camera_black_18.png │ │ │ ├── baseline_camera_black_24.png │ │ │ ├── baseline_camera_black_36.png │ │ │ ├── baseline_camera_black_48.png │ │ │ ├── baseline_close_white_18.png │ │ │ ├── baseline_close_white_24.png │ │ │ ├── baseline_close_white_36.png │ │ │ ├── baseline_close_white_48.png │ │ │ ├── baseline_dashboard_black_18.png │ │ │ ├── baseline_dashboard_black_24.png │ │ │ ├── baseline_dashboard_black_36.png │ │ │ ├── baseline_dashboard_black_48.png │ │ │ ├── baseline_delete_black_24.png │ │ │ ├── baseline_dvr_black_18.png │ │ │ ├── baseline_dvr_black_24.png │ │ │ ├── baseline_dvr_black_36.png │ │ │ ├── baseline_dvr_black_48.png │ │ │ ├── baseline_error_outline_black_24.png │ │ │ ├── baseline_error_outline_white_18.png │ │ │ ├── baseline_error_outline_white_24.png │ │ │ ├── baseline_error_outline_white_36.png │ │ │ ├── baseline_error_outline_white_48.png │ │ │ ├── baseline_filter_list_white_18.png │ │ │ ├── baseline_filter_list_white_24.png │ │ │ ├── baseline_filter_list_white_36.png │ │ │ ├── baseline_filter_list_white_48.png │ │ │ ├── baseline_fingerprint_white_18.png │ │ │ ├── baseline_fingerprint_white_24.png │ │ │ ├── baseline_fingerprint_white_36.png │ │ │ ├── baseline_fingerprint_white_48.png │ │ │ ├── baseline_highlight_black_18.png │ │ │ ├── baseline_highlight_black_24.png │ │ │ ├── baseline_highlight_black_36.png │ │ │ ├── baseline_highlight_black_48.png │ │ │ ├── baseline_info_white_18.png │ │ │ ├── baseline_info_white_24.png │ │ │ ├── baseline_info_white_36.png │ │ │ ├── baseline_info_white_48.png │ │ │ ├── baseline_invert_colors_white_18.png │ │ │ ├── baseline_invert_colors_white_24.png │ │ │ ├── baseline_invert_colors_white_36.png │ │ │ ├── baseline_invert_colors_white_48.png │ │ │ ├── baseline_keyboard_arrow_down_black_18.png │ │ │ ├── baseline_keyboard_arrow_down_black_24.png │ │ │ ├── baseline_keyboard_arrow_down_black_36.png │ │ │ ├── baseline_keyboard_arrow_down_black_48.png │ │ │ ├── baseline_keyboard_arrow_up_black_18.png │ │ │ ├── baseline_keyboard_arrow_up_black_24.png │ │ │ ├── baseline_keyboard_arrow_up_black_36.png │ │ │ ├── baseline_keyboard_arrow_up_black_48.png │ │ │ ├── baseline_language_white_18.png │ │ │ ├── baseline_language_white_24.png │ │ │ ├── baseline_language_white_36.png │ │ │ ├── baseline_language_white_48.png │ │ │ ├── baseline_link_black_24.png │ │ │ ├── baseline_mic_none_white_18.png │ │ │ ├── baseline_mic_none_white_24.png │ │ │ ├── baseline_mic_none_white_36.png │ │ │ ├── baseline_mic_none_white_48.png │ │ │ ├── baseline_more_vert_white_24.png │ │ │ ├── baseline_my_location_white_18.png │ │ │ ├── baseline_my_location_white_24.png │ │ │ ├── baseline_my_location_white_36.png │ │ │ ├── baseline_my_location_white_48.png │ │ │ ├── baseline_nfc_white_18.png │ │ │ ├── baseline_nfc_white_24.png │ │ │ ├── baseline_nfc_white_36.png │ │ │ ├── baseline_nfc_white_48.png │ │ │ ├── baseline_notification_important_white_18.png │ │ │ ├── baseline_notification_important_white_24.png │ │ │ ├── baseline_notification_important_white_36.png │ │ │ ├── baseline_notification_important_white_48.png │ │ │ ├── baseline_opacity_black_18.png │ │ │ ├── baseline_opacity_black_24.png │ │ │ ├── baseline_opacity_black_36.png │ │ │ ├── baseline_opacity_black_48.png │ │ │ ├── baseline_search_white_18.png │ │ │ ├── baseline_search_white_24.png │ │ │ ├── baseline_search_white_36.png │ │ │ ├── baseline_search_white_48.png │ │ │ ├── baseline_send_white_18.png │ │ │ ├── baseline_send_white_24.png │ │ │ ├── baseline_send_white_36.png │ │ │ ├── baseline_send_white_48.png │ │ │ ├── baseline_settings_input_component_white_18.png │ │ │ ├── baseline_settings_input_component_white_24.png │ │ │ ├── baseline_settings_input_component_white_36.png │ │ │ ├── baseline_settings_input_component_white_48.png │ │ │ ├── baseline_settings_white_18.png │ │ │ ├── baseline_settings_white_24.png │ │ │ ├── baseline_settings_white_36.png │ │ │ ├── baseline_settings_white_48.png │ │ │ ├── baseline_share_white_18.png │ │ │ ├── baseline_share_white_24.png │ │ │ ├── baseline_share_white_36.png │ │ │ ├── baseline_share_white_48.png │ │ │ ├── baseline_stop_black_18.png │ │ │ ├── baseline_stop_black_24.png │ │ │ ├── baseline_stop_black_36.png │ │ │ ├── baseline_stop_black_48.png │ │ │ ├── baseline_store_white_18.png │ │ │ ├── baseline_store_white_24.png │ │ │ ├── baseline_store_white_36.png │ │ │ ├── baseline_store_white_48.png │ │ │ ├── baseline_view_carousel_black_18.png │ │ │ ├── baseline_view_carousel_black_24.png │ │ │ ├── baseline_view_carousel_black_36.png │ │ │ ├── baseline_view_carousel_black_48.png │ │ │ ├── baseline_watch_white_18.png │ │ │ ├── baseline_watch_white_24.png │ │ │ ├── baseline_watch_white_36.png │ │ │ ├── baseline_watch_white_48.png │ │ │ ├── baseline_wb_sunny_black_18.png │ │ │ ├── baseline_wb_sunny_black_24.png │ │ │ ├── baseline_wb_sunny_black_36.png │ │ │ ├── baseline_wb_sunny_black_48.png │ │ │ ├── btn_stat_notify.png │ │ │ ├── button_off.xml │ │ │ ├── christmastree.png │ │ │ ├── clock48.png │ │ │ ├── computer.png │ │ │ ├── cone.png │ │ │ ├── contact.png │ │ │ ├── cooling.png │ │ │ ├── darkheader.png │ │ │ ├── defaultimage.png │ │ │ ├── demand.png │ │ │ ├── dimmer.png │ │ │ ├── domoticz_white.png │ │ │ ├── door.png │ │ │ ├── down.png │ │ │ ├── empty.png │ │ │ ├── fan.png │ │ │ ├── flame.png │ │ │ ├── floor.png │ │ │ ├── freezing.png │ │ │ ├── gauge.png │ │ │ ├── generic.png │ │ │ ├── harddisk.png │ │ │ ├── heating.png │ │ │ ├── ic_arrow_down.png │ │ │ ├── ic_arrow_drop_down.png │ │ │ ├── ic_arrow_drop_up.png │ │ │ ├── ic_arrow_up.png │ │ │ ├── ic_cameras.png │ │ │ ├── ic_content_copy.png │ │ │ ├── ic_dashboard.png │ │ │ ├── ic_dashboard_white.png │ │ │ ├── ic_dialog.png │ │ │ ├── ic_domoticz_logo.png │ │ │ ├── ic_domoticz_logo_white.png │ │ │ ├── ic_event.png │ │ │ ├── ic_filter_list.png │ │ │ ├── ic_highlight_white.png │ │ │ ├── ic_home.png │ │ │ ├── ic_keyboard_voice.png │ │ │ ├── ic_launcher.png │ │ │ ├── ic_lightbulb_outline.png │ │ │ ├── ic_list.png │ │ │ ├── ic_logs.png │ │ │ ├── ic_menu.png │ │ │ ├── ic_microphone.png │ │ │ ├── ic_minus.png │ │ │ ├── ic_pause.png │ │ │ ├── ic_plan.png │ │ │ ├── ic_play.png │ │ │ ├── ic_plus.png │ │ │ ├── ic_qrcode.png │ │ │ ├── ic_repeat_black_18dp.png │ │ │ ├── ic_scenes.png │ │ │ ├── ic_schedule_black_18dp.png │ │ │ ├── ic_settings.png │ │ │ ├── ic_share.png │ │ │ ├── ic_show_chart.png │ │ │ ├── ic_sort.png │ │ │ ├── ic_star.png │ │ │ ├── ic_star_border.png │ │ │ ├── ic_stat_notify.png │ │ │ ├── ic_stop.png │ │ │ ├── ic_switch.png │ │ │ ├── ic_tab.png │ │ │ ├── ic_temperature.png │ │ │ ├── ic_utilities.png │ │ │ ├── ic_validate_settings.png │ │ │ ├── ic_vars.png │ │ │ ├── ic_view_carousel.png │ │ │ ├── ic_wb_cloudy_white.png │ │ │ ├── ic_wb_sunny_white.png │ │ │ ├── ic_weather.png │ │ │ ├── ic_wizard.png │ │ │ ├── leaf.png │ │ │ ├── lights.png │ │ │ ├── lock.png │ │ │ ├── media.png │ │ │ ├── mic.png │ │ │ ├── motion.png │ │ │ ├── outline_color_lens_white_24.png │ │ │ ├── outline_info_black_18.png │ │ │ ├── outline_info_black_24.png │ │ │ ├── outline_info_black_36.png │ │ │ ├── outline_info_black_48.png │ │ │ ├── outline_widgets_white_18.png │ │ │ ├── outline_widgets_white_24.png │ │ │ ├── outline_widgets_white_36.png │ │ │ ├── outline_widgets_white_48.png │ │ │ ├── percentage.png │ │ │ ├── phone.png │ │ │ ├── placeholder.png │ │ │ ├── printer.png │ │ │ ├── profile_generic.png │ │ │ ├── program.png │ │ │ ├── pushoff.png │ │ │ ├── qrcode.png │ │ │ ├── radiation.png │ │ │ ├── rain.png │ │ │ ├── refresh.png │ │ │ ├── remote.png │ │ │ ├── rgb.png │ │ │ ├── scale.png │ │ │ ├── security.png │ │ │ ├── siren.png │ │ │ ├── smoke.png │ │ │ ├── speaker.png │ │ │ ├── stop.png │ │ │ ├── sub.png │ │ │ ├── sunny.png │ │ │ ├── temp48.png │ │ │ ├── temperature.png │ │ │ ├── text.png │ │ │ ├── tv.png │ │ │ ├── up.png │ │ │ ├── users.png │ │ │ ├── uv.png │ │ │ ├── uvdark.png │ │ │ ├── uvsunny.png │ │ │ ├── video.png │ │ │ ├── visibility.png │ │ │ ├── volume.png │ │ │ ├── wall.png │ │ │ ├── water.png │ │ │ └── wind.png │ │ ├── drawable-nodpi │ │ │ ├── domoticz.png │ │ │ ├── security_widget_preview.png │ │ │ ├── widget_preview_dark.png │ │ │ └── widget_preview_light.png │ │ ├── drawable-xhdpi-v11 │ │ │ ├── domoticz_white.png │ │ │ ├── ic_menu.png │ │ │ └── ic_stat_notify.png │ │ ├── drawable-xhdpi-v14 │ │ │ ├── appwidget_bg.9.png │ │ │ ├── appwidget_bg_focused.9.png │ │ │ ├── appwidget_bg_pressed.9.png │ │ │ ├── appwidget_dark_bg.9.png │ │ │ ├── appwidget_dark_bg_focused.9.png │ │ │ ├── appwidget_inner_focused_c.9.png │ │ │ ├── appwidget_inner_focused_l.9.png │ │ │ ├── appwidget_inner_focused_r.9.png │ │ │ ├── appwidget_inner_pressed_c.9.png │ │ │ ├── appwidget_inner_pressed_l.9.png │ │ │ └── appwidget_inner_pressed_r.9.png │ │ ├── drawable-xhdpi-v9 │ │ │ ├── domoticz_white.png │ │ │ ├── ic_menu.png │ │ │ └── ic_stat_notify.png │ │ ├── drawable-xhdpi │ │ │ ├── alarm.png │ │ │ ├── baseline_add_white_18.png │ │ │ ├── baseline_add_white_24.png │ │ │ ├── baseline_add_white_36.png │ │ │ ├── baseline_add_white_48.png │ │ │ ├── baseline_arrow_back_black_24.png │ │ │ ├── baseline_arrow_back_white_24.png │ │ │ ├── baseline_arrow_right_black_24.png │ │ │ ├── baseline_bluetooth_black_18.png │ │ │ ├── baseline_bluetooth_black_24.png │ │ │ ├── baseline_bluetooth_black_36.png │ │ │ ├── baseline_bluetooth_black_48.png │ │ │ ├── baseline_camera_black_18.png │ │ │ ├── baseline_camera_black_24.png │ │ │ ├── baseline_camera_black_36.png │ │ │ ├── baseline_camera_black_48.png │ │ │ ├── baseline_close_white_18.png │ │ │ ├── baseline_close_white_24.png │ │ │ ├── baseline_close_white_36.png │ │ │ ├── baseline_close_white_48.png │ │ │ ├── baseline_dashboard_black_18.png │ │ │ ├── baseline_dashboard_black_24.png │ │ │ ├── baseline_dashboard_black_36.png │ │ │ ├── baseline_dashboard_black_48.png │ │ │ ├── baseline_delete_black_24.png │ │ │ ├── baseline_dvr_black_18.png │ │ │ ├── baseline_dvr_black_24.png │ │ │ ├── baseline_dvr_black_36.png │ │ │ ├── baseline_dvr_black_48.png │ │ │ ├── baseline_error_outline_black_24.png │ │ │ ├── baseline_error_outline_white_18.png │ │ │ ├── baseline_error_outline_white_24.png │ │ │ ├── baseline_error_outline_white_36.png │ │ │ ├── baseline_error_outline_white_48.png │ │ │ ├── baseline_filter_list_white_18.png │ │ │ ├── baseline_filter_list_white_24.png │ │ │ ├── baseline_filter_list_white_36.png │ │ │ ├── baseline_filter_list_white_48.png │ │ │ ├── baseline_fingerprint_white_18.png │ │ │ ├── baseline_fingerprint_white_24.png │ │ │ ├── baseline_fingerprint_white_36.png │ │ │ ├── baseline_fingerprint_white_48.png │ │ │ ├── baseline_highlight_black_18.png │ │ │ ├── baseline_highlight_black_24.png │ │ │ ├── baseline_highlight_black_36.png │ │ │ ├── baseline_highlight_black_48.png │ │ │ ├── baseline_info_white_18.png │ │ │ ├── baseline_info_white_24.png │ │ │ ├── baseline_info_white_36.png │ │ │ ├── baseline_info_white_48.png │ │ │ ├── baseline_invert_colors_white_18.png │ │ │ ├── baseline_invert_colors_white_24.png │ │ │ ├── baseline_invert_colors_white_36.png │ │ │ ├── baseline_invert_colors_white_48.png │ │ │ ├── baseline_keyboard_arrow_down_black_18.png │ │ │ ├── baseline_keyboard_arrow_down_black_24.png │ │ │ ├── baseline_keyboard_arrow_down_black_36.png │ │ │ ├── baseline_keyboard_arrow_down_black_48.png │ │ │ ├── baseline_keyboard_arrow_up_black_18.png │ │ │ ├── baseline_keyboard_arrow_up_black_24.png │ │ │ ├── baseline_keyboard_arrow_up_black_36.png │ │ │ ├── baseline_keyboard_arrow_up_black_48.png │ │ │ ├── baseline_language_white_18.png │ │ │ ├── baseline_language_white_24.png │ │ │ ├── baseline_language_white_36.png │ │ │ ├── baseline_language_white_48.png │ │ │ ├── baseline_link_black_24.png │ │ │ ├── baseline_mic_none_white_18.png │ │ │ ├── baseline_mic_none_white_24.png │ │ │ ├── baseline_mic_none_white_36.png │ │ │ ├── baseline_mic_none_white_48.png │ │ │ ├── baseline_more_vert_white_24.png │ │ │ ├── baseline_my_location_white_18.png │ │ │ ├── baseline_my_location_white_24.png │ │ │ ├── baseline_my_location_white_36.png │ │ │ ├── baseline_my_location_white_48.png │ │ │ ├── baseline_nfc_white_18.png │ │ │ ├── baseline_nfc_white_24.png │ │ │ ├── baseline_nfc_white_36.png │ │ │ ├── baseline_nfc_white_48.png │ │ │ ├── baseline_notification_important_white_18.png │ │ │ ├── baseline_notification_important_white_24.png │ │ │ ├── baseline_notification_important_white_36.png │ │ │ ├── baseline_notification_important_white_48.png │ │ │ ├── baseline_opacity_black_18.png │ │ │ ├── baseline_opacity_black_24.png │ │ │ ├── baseline_opacity_black_36.png │ │ │ ├── baseline_opacity_black_48.png │ │ │ ├── baseline_search_white_18.png │ │ │ ├── baseline_search_white_24.png │ │ │ ├── baseline_search_white_36.png │ │ │ ├── baseline_search_white_48.png │ │ │ ├── baseline_send_white_18.png │ │ │ ├── baseline_send_white_24.png │ │ │ ├── baseline_send_white_36.png │ │ │ ├── baseline_send_white_48.png │ │ │ ├── baseline_settings_input_component_white_18.png │ │ │ ├── baseline_settings_input_component_white_24.png │ │ │ ├── baseline_settings_input_component_white_36.png │ │ │ ├── baseline_settings_input_component_white_48.png │ │ │ ├── baseline_settings_white_18.png │ │ │ ├── baseline_settings_white_24.png │ │ │ ├── baseline_settings_white_36.png │ │ │ ├── baseline_settings_white_48.png │ │ │ ├── baseline_share_white_18.png │ │ │ ├── baseline_share_white_24.png │ │ │ ├── baseline_share_white_36.png │ │ │ ├── baseline_share_white_48.png │ │ │ ├── baseline_stop_black_18.png │ │ │ ├── baseline_stop_black_24.png │ │ │ ├── baseline_stop_black_36.png │ │ │ ├── baseline_stop_black_48.png │ │ │ ├── baseline_store_white_18.png │ │ │ ├── baseline_store_white_24.png │ │ │ ├── baseline_store_white_36.png │ │ │ ├── baseline_store_white_48.png │ │ │ ├── baseline_view_carousel_black_18.png │ │ │ ├── baseline_view_carousel_black_24.png │ │ │ ├── baseline_view_carousel_black_36.png │ │ │ ├── baseline_view_carousel_black_48.png │ │ │ ├── baseline_watch_white_18.png │ │ │ ├── baseline_watch_white_24.png │ │ │ ├── baseline_watch_white_36.png │ │ │ ├── baseline_watch_white_48.png │ │ │ ├── baseline_wb_sunny_black_18.png │ │ │ ├── baseline_wb_sunny_black_24.png │ │ │ ├── baseline_wb_sunny_black_36.png │ │ │ ├── baseline_wb_sunny_black_48.png │ │ │ ├── btn_stat_notify.png │ │ │ ├── christmastree.png │ │ │ ├── clock48.png │ │ │ ├── computer.png │ │ │ ├── cone.png │ │ │ ├── contact.png │ │ │ ├── cooling.png │ │ │ ├── darkheader.png │ │ │ ├── defaultimage.png │ │ │ ├── demand.png │ │ │ ├── dimmer.png │ │ │ ├── domoticz_white.png │ │ │ ├── door.png │ │ │ ├── down.png │ │ │ ├── empty.png │ │ │ ├── fan.png │ │ │ ├── flame.png │ │ │ ├── floor.png │ │ │ ├── freezing.png │ │ │ ├── gauge.png │ │ │ ├── generic.png │ │ │ ├── harddisk.png │ │ │ ├── heating.png │ │ │ ├── ic_arrow_down.png │ │ │ ├── ic_arrow_drop_down.png │ │ │ ├── ic_arrow_drop_up.png │ │ │ ├── ic_arrow_up.png │ │ │ ├── ic_cameras.png │ │ │ ├── ic_content_copy.png │ │ │ ├── ic_dashboard.png │ │ │ ├── ic_dashboard_white.png │ │ │ ├── ic_domoticz_logo.png │ │ │ ├── ic_domoticz_logo_white.png │ │ │ ├── ic_event.png │ │ │ ├── ic_filter_list.png │ │ │ ├── ic_highlight_white.png │ │ │ ├── ic_home.png │ │ │ ├── ic_keyboard_voice.png │ │ │ ├── ic_launcher.png │ │ │ ├── ic_lightbulb_outline.png │ │ │ ├── ic_logs.png │ │ │ ├── ic_menu.png │ │ │ ├── ic_microphone.png │ │ │ ├── ic_minus.png │ │ │ ├── ic_pause.png │ │ │ ├── ic_plan.png │ │ │ ├── ic_play.png │ │ │ ├── ic_plus.png │ │ │ ├── ic_qrcode.png │ │ │ ├── ic_repeat_black_18dp.png │ │ │ ├── ic_scenes.png │ │ │ ├── ic_schedule_black_18dp.png │ │ │ ├── ic_settings.png │ │ │ ├── ic_share.png │ │ │ ├── ic_show_chart.png │ │ │ ├── ic_sort.png │ │ │ ├── ic_star.png │ │ │ ├── ic_star_border.png │ │ │ ├── ic_stat_notify.png │ │ │ ├── ic_stop.png │ │ │ ├── ic_switch.png │ │ │ ├── ic_temperature.png │ │ │ ├── ic_utilities.png │ │ │ ├── ic_validate_settings.png │ │ │ ├── ic_vars.png │ │ │ ├── ic_view_carousel.png │ │ │ ├── ic_wb_cloudy_white.png │ │ │ ├── ic_wb_sunny_white.png │ │ │ ├── ic_weather.png │ │ │ ├── ic_wizard.png │ │ │ ├── leaf.png │ │ │ ├── lights.png │ │ │ ├── lock.png │ │ │ ├── market.png │ │ │ ├── media.png │ │ │ ├── mic.png │ │ │ ├── motion.png │ │ │ ├── outline_color_lens_white_24.png │ │ │ ├── outline_info_black_18.png │ │ │ ├── outline_info_black_24.png │ │ │ ├── outline_info_black_36.png │ │ │ ├── outline_info_black_48.png │ │ │ ├── outline_widgets_white_18.png │ │ │ ├── outline_widgets_white_24.png │ │ │ ├── outline_widgets_white_36.png │ │ │ ├── outline_widgets_white_48.png │ │ │ ├── percentage.png │ │ │ ├── phone.png │ │ │ ├── placeholder.png │ │ │ ├── printer.png │ │ │ ├── profile_generic.png │ │ │ ├── program.png │ │ │ ├── pushoff.png │ │ │ ├── qrcode.png │ │ │ ├── radiation.png │ │ │ ├── rain.png │ │ │ ├── refresh.png │ │ │ ├── remote.png │ │ │ ├── rgb.png │ │ │ ├── sad_smiley.jpeg │ │ │ ├── sad_smiley_dark.png │ │ │ ├── scale.png │ │ │ ├── security.png │ │ │ ├── siren.png │ │ │ ├── smoke.png │ │ │ ├── speaker.png │ │ │ ├── stop.png │ │ │ ├── sub.png │ │ │ ├── sunny.png │ │ │ ├── temp48.png │ │ │ ├── temperature.png │ │ │ ├── text.png │ │ │ ├── tv.png │ │ │ ├── up.png │ │ │ ├── users.png │ │ │ ├── uv.png │ │ │ ├── uvdark.png │ │ │ ├── uvsunny.png │ │ │ ├── video.png │ │ │ ├── visibility.png │ │ │ ├── volume.png │ │ │ ├── wall.png │ │ │ ├── water.png │ │ │ └── wind.png │ │ ├── drawable-xxhdpi-v11 │ │ │ └── domoticz_white.png │ │ ├── drawable-xxhdpi-v9 │ │ │ └── domoticz_white.png │ │ ├── drawable-xxhdpi │ │ │ ├── alarm.png │ │ │ ├── baseline_add_white_18.png │ │ │ ├── baseline_add_white_24.png │ │ │ ├── baseline_add_white_36.png │ │ │ ├── baseline_add_white_48.png │ │ │ ├── baseline_arrow_back_black_24.png │ │ │ ├── baseline_arrow_back_white_24.png │ │ │ ├── baseline_arrow_right_black_24.png │ │ │ ├── baseline_bluetooth_black_18.png │ │ │ ├── baseline_bluetooth_black_24.png │ │ │ ├── baseline_bluetooth_black_36.png │ │ │ ├── baseline_bluetooth_black_48.png │ │ │ ├── baseline_camera_black_18.png │ │ │ ├── baseline_camera_black_24.png │ │ │ ├── baseline_camera_black_36.png │ │ │ ├── baseline_camera_black_48.png │ │ │ ├── baseline_close_white_18.png │ │ │ ├── baseline_close_white_24.png │ │ │ ├── baseline_close_white_36.png │ │ │ ├── baseline_close_white_48.png │ │ │ ├── baseline_dashboard_black_18.png │ │ │ ├── baseline_dashboard_black_24.png │ │ │ ├── baseline_dashboard_black_36.png │ │ │ ├── baseline_dashboard_black_48.png │ │ │ ├── baseline_delete_black_24.png │ │ │ ├── baseline_dvr_black_18.png │ │ │ ├── baseline_dvr_black_24.png │ │ │ ├── baseline_dvr_black_36.png │ │ │ ├── baseline_dvr_black_48.png │ │ │ ├── baseline_error_outline_black_24.png │ │ │ ├── baseline_error_outline_white_18.png │ │ │ ├── baseline_error_outline_white_24.png │ │ │ ├── baseline_error_outline_white_36.png │ │ │ ├── baseline_error_outline_white_48.png │ │ │ ├── baseline_filter_list_white_18.png │ │ │ ├── baseline_filter_list_white_24.png │ │ │ ├── baseline_filter_list_white_36.png │ │ │ ├── baseline_filter_list_white_48.png │ │ │ ├── baseline_fingerprint_white_18.png │ │ │ ├── baseline_fingerprint_white_24.png │ │ │ ├── baseline_fingerprint_white_36.png │ │ │ ├── baseline_fingerprint_white_48.png │ │ │ ├── baseline_highlight_black_18.png │ │ │ ├── baseline_highlight_black_24.png │ │ │ ├── baseline_highlight_black_36.png │ │ │ ├── baseline_highlight_black_48.png │ │ │ ├── baseline_info_white_18.png │ │ │ ├── baseline_info_white_24.png │ │ │ ├── baseline_info_white_36.png │ │ │ ├── baseline_info_white_48.png │ │ │ ├── baseline_invert_colors_white_18.png │ │ │ ├── baseline_invert_colors_white_24.png │ │ │ ├── baseline_invert_colors_white_36.png │ │ │ ├── baseline_invert_colors_white_48.png │ │ │ ├── baseline_keyboard_arrow_down_black_18.png │ │ │ ├── baseline_keyboard_arrow_down_black_24.png │ │ │ ├── baseline_keyboard_arrow_down_black_36.png │ │ │ ├── baseline_keyboard_arrow_down_black_48.png │ │ │ ├── baseline_keyboard_arrow_up_black_18.png │ │ │ ├── baseline_keyboard_arrow_up_black_24.png │ │ │ ├── baseline_keyboard_arrow_up_black_36.png │ │ │ ├── baseline_keyboard_arrow_up_black_48.png │ │ │ ├── baseline_language_white_18.png │ │ │ ├── baseline_language_white_24.png │ │ │ ├── baseline_language_white_36.png │ │ │ ├── baseline_language_white_48.png │ │ │ ├── baseline_link_black_24.png │ │ │ ├── baseline_mic_none_white_18.png │ │ │ ├── baseline_mic_none_white_24.png │ │ │ ├── baseline_mic_none_white_36.png │ │ │ ├── baseline_mic_none_white_48.png │ │ │ ├── baseline_more_vert_white_24.png │ │ │ ├── baseline_my_location_white_18.png │ │ │ ├── baseline_my_location_white_24.png │ │ │ ├── baseline_my_location_white_36.png │ │ │ ├── baseline_my_location_white_48.png │ │ │ ├── baseline_nfc_white_18.png │ │ │ ├── baseline_nfc_white_24.png │ │ │ ├── baseline_nfc_white_36.png │ │ │ ├── baseline_nfc_white_48.png │ │ │ ├── baseline_notification_important_white_18.png │ │ │ ├── baseline_notification_important_white_24.png │ │ │ ├── baseline_notification_important_white_36.png │ │ │ ├── baseline_notification_important_white_48.png │ │ │ ├── baseline_opacity_black_18.png │ │ │ ├── baseline_opacity_black_24.png │ │ │ ├── baseline_opacity_black_36.png │ │ │ ├── baseline_opacity_black_48.png │ │ │ ├── baseline_search_white_18.png │ │ │ ├── baseline_search_white_24.png │ │ │ ├── baseline_search_white_36.png │ │ │ ├── baseline_search_white_48.png │ │ │ ├── baseline_send_white_18.png │ │ │ ├── baseline_send_white_24.png │ │ │ ├── baseline_send_white_36.png │ │ │ ├── baseline_send_white_48.png │ │ │ ├── baseline_settings_input_component_white_18.png │ │ │ ├── baseline_settings_input_component_white_24.png │ │ │ ├── baseline_settings_input_component_white_36.png │ │ │ ├── baseline_settings_input_component_white_48.png │ │ │ ├── baseline_settings_white_18.png │ │ │ ├── baseline_settings_white_24.png │ │ │ ├── baseline_settings_white_36.png │ │ │ ├── baseline_settings_white_48.png │ │ │ ├── baseline_share_white_18.png │ │ │ ├── baseline_share_white_24.png │ │ │ ├── baseline_share_white_36.png │ │ │ ├── baseline_share_white_48.png │ │ │ ├── baseline_stop_black_18.png │ │ │ ├── baseline_stop_black_24.png │ │ │ ├── baseline_stop_black_36.png │ │ │ ├── baseline_stop_black_48.png │ │ │ ├── baseline_store_white_18.png │ │ │ ├── baseline_store_white_24.png │ │ │ ├── baseline_store_white_36.png │ │ │ ├── baseline_store_white_48.png │ │ │ ├── baseline_view_carousel_black_18.png │ │ │ ├── baseline_view_carousel_black_24.png │ │ │ ├── baseline_view_carousel_black_36.png │ │ │ ├── baseline_view_carousel_black_48.png │ │ │ ├── baseline_watch_white_18.png │ │ │ ├── baseline_watch_white_24.png │ │ │ ├── baseline_watch_white_36.png │ │ │ ├── baseline_watch_white_48.png │ │ │ ├── baseline_wb_sunny_black_18.png │ │ │ ├── baseline_wb_sunny_black_24.png │ │ │ ├── baseline_wb_sunny_black_36.png │ │ │ ├── baseline_wb_sunny_black_48.png │ │ │ ├── christmastree.png │ │ │ ├── clock48.png │ │ │ ├── computer.png │ │ │ ├── cone.png │ │ │ ├── contact.png │ │ │ ├── cooling.png │ │ │ ├── darkheader.png │ │ │ ├── defaultimage.png │ │ │ ├── demand.png │ │ │ ├── dimmer.png │ │ │ ├── domoticz_white.png │ │ │ ├── door.png │ │ │ ├── down.png │ │ │ ├── empty.png │ │ │ ├── fan.png │ │ │ ├── flame.png │ │ │ ├── floor.png │ │ │ ├── freezing.png │ │ │ ├── gauge.png │ │ │ ├── generic.png │ │ │ ├── ghome.png │ │ │ ├── harddisk.png │ │ │ ├── heating.png │ │ │ ├── ic_arrow_down.png │ │ │ ├── ic_arrow_drop_down.png │ │ │ ├── ic_arrow_drop_up.png │ │ │ ├── ic_arrow_up.png │ │ │ ├── ic_cameras.png │ │ │ ├── ic_content_copy.png │ │ │ ├── ic_dashboard.png │ │ │ ├── ic_dashboard_white.png │ │ │ ├── ic_domoticz_logo.png │ │ │ ├── ic_domoticz_logo_white.png │ │ │ ├── ic_event.png │ │ │ ├── ic_filter_list.png │ │ │ ├── ic_highlight_white.png │ │ │ ├── ic_home.png │ │ │ ├── ic_keyboard_voice.png │ │ │ ├── ic_launcher.png │ │ │ ├── ic_lightbulb_outline.png │ │ │ ├── ic_logs.png │ │ │ ├── ic_microphone.png │ │ │ ├── ic_minus.png │ │ │ ├── ic_pause.png │ │ │ ├── ic_plan.png │ │ │ ├── ic_play.png │ │ │ ├── ic_plus.png │ │ │ ├── ic_qrcode.png │ │ │ ├── ic_repeat_black_18dp.png │ │ │ ├── ic_scenes.png │ │ │ ├── ic_schedule_black_18dp.png │ │ │ ├── ic_settings.png │ │ │ ├── ic_share.png │ │ │ ├── ic_show_chart.png │ │ │ ├── ic_sort.png │ │ │ ├── ic_star.png │ │ │ ├── ic_star_border.png │ │ │ ├── ic_stop.png │ │ │ ├── ic_switch.png │ │ │ ├── ic_temperature.png │ │ │ ├── ic_utilities.png │ │ │ ├── ic_validate_settings.png │ │ │ ├── ic_vars.png │ │ │ ├── ic_view_carousel.png │ │ │ ├── ic_wb_cloudy_white.png │ │ │ ├── ic_wb_sunny_white.png │ │ │ ├── ic_weather.png │ │ │ ├── ic_wizard.png │ │ │ ├── leaf.png │ │ │ ├── lights.png │ │ │ ├── lock.png │ │ │ ├── media.png │ │ │ ├── mic.png │ │ │ ├── motion.png │ │ │ ├── outline_color_lens_white_24.png │ │ │ ├── outline_info_black_18.png │ │ │ ├── outline_info_black_24.png │ │ │ ├── outline_info_black_36.png │ │ │ ├── outline_info_black_48.png │ │ │ ├── outline_widgets_white_18.png │ │ │ ├── outline_widgets_white_24.png │ │ │ ├── outline_widgets_white_36.png │ │ │ ├── outline_widgets_white_48.png │ │ │ ├── percentage.png │ │ │ ├── phone.png │ │ │ ├── placeholder.jpg │ │ │ ├── printer.png │ │ │ ├── profile_generic.png │ │ │ ├── program.png │ │ │ ├── pushoff.png │ │ │ ├── qrcode.png │ │ │ ├── radiation.png │ │ │ ├── rain.png │ │ │ ├── refresh.png │ │ │ ├── remote.png │ │ │ ├── rgb.png │ │ │ ├── scale.png │ │ │ ├── security.png │ │ │ ├── siren.png │ │ │ ├── smoke.png │ │ │ ├── speaker.png │ │ │ ├── stop.png │ │ │ ├── sub.png │ │ │ ├── sunny.png │ │ │ ├── temp48.png │ │ │ ├── temperature.png │ │ │ ├── text.png │ │ │ ├── tv.png │ │ │ ├── up.png │ │ │ ├── users.png │ │ │ ├── uv.png │ │ │ ├── uvdark.png │ │ │ ├── uvsunny.png │ │ │ ├── video.png │ │ │ ├── visibility.png │ │ │ ├── volume.png │ │ │ ├── wall.png │ │ │ ├── water.png │ │ │ └── wind.png │ │ ├── drawable-xxxhdpi │ │ │ ├── baseline_add_white_18.png │ │ │ ├── baseline_add_white_24.png │ │ │ ├── baseline_add_white_36.png │ │ │ ├── baseline_add_white_48.png │ │ │ ├── baseline_arrow_back_black_24.png │ │ │ ├── baseline_arrow_back_white_24.png │ │ │ ├── baseline_arrow_right_black_24.png │ │ │ ├── baseline_bluetooth_black_18.png │ │ │ ├── baseline_bluetooth_black_24.png │ │ │ ├── baseline_bluetooth_black_36.png │ │ │ ├── baseline_bluetooth_black_48.png │ │ │ ├── baseline_camera_black_18.png │ │ │ ├── baseline_camera_black_24.png │ │ │ ├── baseline_camera_black_36.png │ │ │ ├── baseline_camera_black_48.png │ │ │ ├── baseline_close_white_18.png │ │ │ ├── baseline_close_white_24.png │ │ │ ├── baseline_close_white_36.png │ │ │ ├── baseline_close_white_48.png │ │ │ ├── baseline_dashboard_black_18.png │ │ │ ├── baseline_dashboard_black_24.png │ │ │ ├── baseline_dashboard_black_36.png │ │ │ ├── baseline_dashboard_black_48.png │ │ │ ├── baseline_delete_black_24.png │ │ │ ├── baseline_dvr_black_18.png │ │ │ ├── baseline_dvr_black_24.png │ │ │ ├── baseline_dvr_black_36.png │ │ │ ├── baseline_dvr_black_48.png │ │ │ ├── baseline_error_outline_white_18.png │ │ │ ├── baseline_error_outline_white_24.png │ │ │ ├── baseline_error_outline_white_36.png │ │ │ ├── baseline_error_outline_white_48.png │ │ │ ├── baseline_filter_list_white_18.png │ │ │ ├── baseline_filter_list_white_24.png │ │ │ ├── baseline_filter_list_white_36.png │ │ │ ├── baseline_filter_list_white_48.png │ │ │ ├── baseline_fingerprint_white_18.png │ │ │ ├── baseline_fingerprint_white_24.png │ │ │ ├── baseline_fingerprint_white_36.png │ │ │ ├── baseline_fingerprint_white_48.png │ │ │ ├── baseline_highlight_black_18.png │ │ │ ├── baseline_highlight_black_24.png │ │ │ ├── baseline_highlight_black_36.png │ │ │ ├── baseline_highlight_black_48.png │ │ │ ├── baseline_info_white_18.png │ │ │ ├── baseline_info_white_24.png │ │ │ ├── baseline_info_white_36.png │ │ │ ├── baseline_info_white_48.png │ │ │ ├── baseline_invert_colors_white_18.png │ │ │ ├── baseline_invert_colors_white_24.png │ │ │ ├── baseline_invert_colors_white_36.png │ │ │ ├── baseline_invert_colors_white_48.png │ │ │ ├── baseline_keyboard_arrow_down_black_18.png │ │ │ ├── baseline_keyboard_arrow_down_black_24.png │ │ │ ├── baseline_keyboard_arrow_down_black_36.png │ │ │ ├── baseline_keyboard_arrow_down_black_48.png │ │ │ ├── baseline_keyboard_arrow_up_black_18.png │ │ │ ├── baseline_keyboard_arrow_up_black_24.png │ │ │ ├── baseline_keyboard_arrow_up_black_36.png │ │ │ ├── baseline_keyboard_arrow_up_black_48.png │ │ │ ├── baseline_language_white_18.png │ │ │ ├── baseline_language_white_24.png │ │ │ ├── baseline_language_white_36.png │ │ │ ├── baseline_language_white_48.png │ │ │ ├── baseline_link_black_24.png │ │ │ ├── baseline_mic_none_white_18.png │ │ │ ├── baseline_mic_none_white_24.png │ │ │ ├── baseline_mic_none_white_36.png │ │ │ ├── baseline_mic_none_white_48.png │ │ │ ├── baseline_more_vert_white_24.png │ │ │ ├── baseline_my_location_white_18.png │ │ │ ├── baseline_my_location_white_24.png │ │ │ ├── baseline_my_location_white_36.png │ │ │ ├── baseline_my_location_white_48.png │ │ │ ├── baseline_nfc_white_18.png │ │ │ ├── baseline_nfc_white_24.png │ │ │ ├── baseline_nfc_white_36.png │ │ │ ├── baseline_nfc_white_48.png │ │ │ ├── baseline_notification_important_white_18.png │ │ │ ├── baseline_notification_important_white_24.png │ │ │ ├── baseline_notification_important_white_36.png │ │ │ ├── baseline_notification_important_white_48.png │ │ │ ├── baseline_opacity_black_18.png │ │ │ ├── baseline_opacity_black_24.png │ │ │ ├── baseline_opacity_black_36.png │ │ │ ├── baseline_opacity_black_48.png │ │ │ ├── baseline_search_white_18.png │ │ │ ├── baseline_search_white_24.png │ │ │ ├── baseline_search_white_36.png │ │ │ ├── baseline_search_white_48.png │ │ │ ├── baseline_send_white_18.png │ │ │ ├── baseline_send_white_24.png │ │ │ ├── baseline_send_white_36.png │ │ │ ├── baseline_send_white_48.png │ │ │ ├── baseline_settings_input_component_white_18.png │ │ │ ├── baseline_settings_input_component_white_24.png │ │ │ ├── baseline_settings_input_component_white_36.png │ │ │ ├── baseline_settings_input_component_white_48.png │ │ │ ├── baseline_settings_white_18.png │ │ │ ├── baseline_settings_white_24.png │ │ │ ├── baseline_settings_white_36.png │ │ │ ├── baseline_settings_white_48.png │ │ │ ├── baseline_share_white_18.png │ │ │ ├── baseline_share_white_24.png │ │ │ ├── baseline_share_white_36.png │ │ │ ├── baseline_share_white_48.png │ │ │ ├── baseline_stop_black_18.png │ │ │ ├── baseline_stop_black_24.png │ │ │ ├── baseline_stop_black_36.png │ │ │ ├── baseline_stop_black_48.png │ │ │ ├── baseline_store_white_18.png │ │ │ ├── baseline_store_white_24.png │ │ │ ├── baseline_store_white_36.png │ │ │ ├── baseline_store_white_48.png │ │ │ ├── baseline_view_carousel_black_18.png │ │ │ ├── baseline_view_carousel_black_24.png │ │ │ ├── baseline_view_carousel_black_36.png │ │ │ ├── baseline_view_carousel_black_48.png │ │ │ ├── baseline_watch_white_18.png │ │ │ ├── baseline_watch_white_24.png │ │ │ ├── baseline_watch_white_36.png │ │ │ ├── baseline_watch_white_48.png │ │ │ ├── baseline_wb_sunny_black_18.png │ │ │ ├── baseline_wb_sunny_black_24.png │ │ │ ├── baseline_wb_sunny_black_36.png │ │ │ ├── baseline_wb_sunny_black_48.png │ │ │ ├── ic_arrow_drop_down.png │ │ │ ├── ic_arrow_drop_up.png │ │ │ ├── ic_content_copy.png │ │ │ ├── ic_dashboard_white.png │ │ │ ├── ic_domoticz_logo.png │ │ │ ├── ic_domoticz_logo_white.png │ │ │ ├── ic_filter_list.png │ │ │ ├── ic_highlight_white.png │ │ │ ├── ic_home.png │ │ │ ├── ic_keyboard_voice.png │ │ │ ├── ic_launcher.png │ │ │ ├── ic_launcher_foreground.png │ │ │ ├── ic_launcher_round.png │ │ │ ├── ic_lightbulb_outline.png │ │ │ ├── ic_pause.png │ │ │ ├── ic_play.png │ │ │ ├── ic_qrcode.png │ │ │ ├── ic_repeat_black_18dp.png │ │ │ ├── ic_schedule_black_18dp.png │ │ │ ├── ic_settings.png │ │ │ ├── ic_share.png │ │ │ ├── ic_show_chart.png │ │ │ ├── ic_star.png │ │ │ ├── ic_star_border.png │ │ │ ├── ic_view_carousel.png │ │ │ ├── ic_wb_cloudy_white.png │ │ │ ├── ic_wb_sunny_white.png │ │ │ ├── outline_color_lens_white_24.png │ │ │ ├── outline_info_black_18.png │ │ │ ├── outline_info_black_24.png │ │ │ ├── outline_info_black_36.png │ │ │ ├── outline_info_black_48.png │ │ │ ├── outline_widgets_white_18.png │ │ │ ├── outline_widgets_white_24.png │ │ │ ├── outline_widgets_white_36.png │ │ │ ├── outline_widgets_white_48.png │ │ │ └── profile_generic.png │ │ ├── drawable │ │ │ ├── baseline_delete_24.xml │ │ │ ├── baseline_link_24.xml │ │ │ └── slideout.png │ │ ├── layout │ │ │ ├── Tabbar.axml │ │ │ └── Toolbar.axml │ │ ├── mipmap-anydpi-v26 │ │ │ ├── ic_launcher.xml │ │ │ └── ic_launcher_round.xml │ │ ├── mipmap-hdpi │ │ │ ├── ic_launcher.png │ │ │ ├── ic_launcher_foreground.png │ │ │ └── ic_launcher_round.png │ │ ├── mipmap-mdpi │ │ │ ├── ic_launcher.png │ │ │ ├── ic_launcher_foreground.png │ │ │ └── ic_launcher_round.png │ │ ├── mipmap-xhdpi │ │ │ ├── ic_launcher.png │ │ │ ├── ic_launcher_foreground.png │ │ │ └── ic_launcher_round.png │ │ ├── mipmap-xxhdpi │ │ │ ├── ic_launcher.png │ │ │ ├── ic_launcher_foreground.png │ │ │ └── ic_launcher_round.png │ │ ├── mipmap-xxxhdpi │ │ │ ├── ic_launcher.png │ │ │ ├── ic_launcher_foreground.png │ │ │ └── ic_launcher_round.png │ │ └── values │ │ │ ├── ic_launcher_background.xml │ │ │ ├── strings.xml │ │ │ └── styles.xml │ ├── app.config │ └── google-services.json ├── NL.HNOGames.Domoticz.iOS │ ├── AppDelegate.cs │ ├── Entitlements.plist │ ├── GoogleService-Info.plist │ ├── Helpers │ │ ├── CloseApplication.cs │ │ ├── Extensions.cs │ │ └── TableSource.cs │ ├── Info.plist │ ├── Main.cs │ ├── NL.HNOGames.Domoticz.iOS.csproj │ ├── Renderer │ │ ├── AdMobRenderer.cs │ │ ├── CustomMultiLineLabelRenderer.cs │ │ ├── CustomSearchBarRenderer .cs │ │ ├── CustomSliderRenderer .cs │ │ ├── ExtendedButtonRenderer.cs │ │ ├── MaterialFrameRenderer.cs │ │ ├── ShareClass.cs │ │ └── TitleViewSearchBarRenderer.cs │ ├── Resources │ │ ├── Launch.storyboard │ │ ├── Media.xcassets │ │ │ ├── AppIcons.appiconset │ │ │ │ ├── 100x100.png │ │ │ │ ├── 114x114.png │ │ │ │ ├── 120x120.png │ │ │ │ ├── 144x144.png │ │ │ │ ├── 152x152.png │ │ │ │ ├── 167x167.png │ │ │ │ ├── 180x180.png │ │ │ │ ├── 20x20.png │ │ │ │ ├── 20x201.png │ │ │ │ ├── 29x29.png │ │ │ │ ├── 40x40.png │ │ │ │ ├── 40x401.png │ │ │ │ ├── 40x402.png │ │ │ │ ├── 50x50.png │ │ │ │ ├── 57x57x.png │ │ │ │ ├── 58x58.png │ │ │ │ ├── 60x60.png │ │ │ │ ├── 60x601.png │ │ │ │ ├── 72x72.png │ │ │ │ ├── 76x76.png │ │ │ │ ├── 80x80.png │ │ │ │ ├── 87x87.png │ │ │ │ ├── Contents.json │ │ │ │ └── market.png │ │ │ └── LaunchImages.launchimage │ │ │ │ ├── 1.png │ │ │ │ ├── 11.png │ │ │ │ ├── 2.png │ │ │ │ ├── 21.png │ │ │ │ ├── 3.png │ │ │ │ ├── 31.png │ │ │ │ ├── 4.png │ │ │ │ ├── 41.png │ │ │ │ ├── 5.png │ │ │ │ ├── 51.png │ │ │ │ ├── 6.png │ │ │ │ ├── 61.png │ │ │ │ └── Contents.json │ │ ├── alarm.png │ │ ├── banner.png │ │ ├── banner@2x.png │ │ ├── banner@3x.png │ │ ├── baseline_arrow_back_black_24.png │ │ ├── baseline_arrow_back_black_24@2x.png │ │ ├── baseline_arrow_back_black_24@3x.png │ │ ├── baseline_arrow_back_white_24.png │ │ ├── baseline_arrow_back_white_24@2x.png │ │ ├── baseline_arrow_back_white_24@3x.png │ │ ├── baseline_arrow_right_black_24.png │ │ ├── baseline_arrow_right_black_24@2x.png │ │ ├── baseline_arrow_right_black_24@3x.png │ │ ├── baseline_delete_black_24.png │ │ ├── baseline_delete_black_24@2x.png │ │ ├── baseline_delete_black_24@3x.png │ │ ├── baseline_link_black_24.png │ │ ├── baseline_link_black_24@2x.png │ │ ├── baseline_link_black_24@3x.png │ │ ├── baseline_more_vert_white_24.png │ │ ├── baseline_more_vert_white_24@2x.png │ │ ├── baseline_more_vert_white_24@3x.png │ │ ├── baseline_search_white_24.png │ │ ├── baseline_search_white_24@2x.png │ │ ├── baseline_search_white_24@3x.png │ │ ├── christmastree.png │ │ ├── clock48.png │ │ ├── computer.png │ │ ├── cone.png │ │ ├── contact.png │ │ ├── cooling.png │ │ ├── darkheader.png │ │ ├── defaultimage.png │ │ ├── demand.png │ │ ├── dimmer.png │ │ ├── domoticz_white.png │ │ ├── door.png │ │ ├── down.png │ │ ├── empty.png │ │ ├── fan.png │ │ ├── flame.png │ │ ├── gauge.png │ │ ├── generic.png │ │ ├── ghome.png │ │ ├── harddisk.png │ │ ├── heating.png │ │ ├── ic_arrow_down.png │ │ ├── ic_arrow_drop_down.png │ │ ├── ic_arrow_drop_down@2x.png │ │ ├── ic_arrow_drop_down@3x.png │ │ ├── ic_arrow_drop_up.png │ │ ├── ic_arrow_drop_up@2x.png │ │ ├── ic_arrow_drop_up@3x.png │ │ ├── ic_arrow_up.png │ │ ├── ic_cameras.png │ │ ├── ic_content_copy.png │ │ ├── ic_content_copy@2x.png │ │ ├── ic_content_copy@3x.png │ │ ├── ic_dashboard.png │ │ ├── ic_dashboard_white.png │ │ ├── ic_dashboard_white@2x.png │ │ ├── ic_dashboard_white@3x.png │ │ ├── ic_domoticz_logo.png │ │ ├── ic_domoticz_logo_white.png │ │ ├── ic_event.png │ │ ├── ic_filter_list.png │ │ ├── ic_filter_list@2x.png │ │ ├── ic_filter_list@3x.png │ │ ├── ic_highlight_white.png │ │ ├── ic_highlight_white@2x.png │ │ ├── ic_highlight_white@3x.png │ │ ├── ic_home.png │ │ ├── ic_home@2x.png │ │ ├── ic_home@3x.png │ │ ├── ic_keyboard_voice.png │ │ ├── ic_keyboard_voice@2x.png │ │ ├── ic_keyboard_voice@3x.png │ │ ├── ic_launcher.png │ │ ├── ic_lightbulb_outline.png │ │ ├── ic_lightbulb_outline@2x.png │ │ ├── ic_lightbulb_outline@3x.png │ │ ├── ic_logs.png │ │ ├── ic_microphone.png │ │ ├── ic_minus.png │ │ ├── ic_pause.png │ │ ├── ic_plan.png │ │ ├── ic_play.png │ │ ├── ic_plus.png │ │ ├── ic_qrcode.png │ │ ├── ic_qrcode@2x.png │ │ ├── ic_qrcode@3x.png │ │ ├── ic_repeat_black_18dp.png │ │ ├── ic_scenes.png │ │ ├── ic_schedule_black_18dp.png │ │ ├── ic_settings.png │ │ ├── ic_settings@2x.png │ │ ├── ic_settings@3x.png │ │ ├── ic_share.png │ │ ├── ic_share@2x.png │ │ ├── ic_share@3x.png │ │ ├── ic_show_chart.png │ │ ├── ic_show_chart@2x.png │ │ ├── ic_show_chart@3x.png │ │ ├── ic_sort.png │ │ ├── ic_star.png │ │ ├── ic_star@2x.png │ │ ├── ic_star@3x.png │ │ ├── ic_star_border.png │ │ ├── ic_star_border@2x.png │ │ ├── ic_star_border@3x.png │ │ ├── ic_stop.png │ │ ├── ic_switch.png │ │ ├── ic_temperature.png │ │ ├── ic_utilities.png │ │ ├── ic_validate_settings.png │ │ ├── ic_vars.png │ │ ├── ic_view_carousel_white.png │ │ ├── ic_view_carousel_white@2x.png │ │ ├── ic_view_carousel_white@3x.png │ │ ├── ic_wb_cloudy_white.png │ │ ├── ic_wb_cloudy_white@2x.png │ │ ├── ic_wb_cloudy_white@3x.png │ │ ├── ic_wb_sunny_white.png │ │ ├── ic_wb_sunny_white@2x.png │ │ ├── ic_wb_sunny_white@3x.png │ │ ├── ic_weather.png │ │ ├── ic_wizard.png │ │ ├── itunes │ │ │ ├── 1024x1024bb-80.png │ │ │ ├── 340x340bb-80.png │ │ │ └── 512x512bb-80.png │ │ ├── leaf.png │ │ ├── lights.png │ │ ├── lock.png │ │ ├── media.png │ │ ├── mic.png │ │ ├── motion.png │ │ ├── outline_color_lens_white_24.png │ │ ├── outline_color_lens_white_24@2x.png │ │ ├── outline_color_lens_white_24@3x.png │ │ ├── percentage.png │ │ ├── phone.png │ │ ├── placeholder.jpg │ │ ├── printer.png │ │ ├── profile_generic.png │ │ ├── profile_generic@2x.png │ │ ├── profile_generic@3x.png │ │ ├── program.png │ │ ├── pushoff.png │ │ ├── qrcode.png │ │ ├── radiation.png │ │ ├── rain.png │ │ ├── refresh.png │ │ ├── remote.png │ │ ├── rgb.png │ │ ├── sad_smiley_dark.png │ │ ├── scale.png │ │ ├── security.png │ │ ├── security_widget_preview.png │ │ ├── siren.png │ │ ├── slideout.png │ │ ├── slideout@2x.png │ │ ├── slider-default-handle-disabled.png │ │ ├── slider-default-handle-disabled@2x.png │ │ ├── slider-default-handle-highlighted.png │ │ ├── slider-default-handle-highlighted@2x.png │ │ ├── slider-default-handle.png │ │ ├── slider-default-handle@2x.png │ │ ├── slider-default-track.png │ │ ├── slider-default-track@2x.png │ │ ├── slider-default-trackBackground.png │ │ ├── slider-default-trackCrossedOver.png │ │ ├── slider-default-trackCrossedOver@2x.png │ │ ├── slider-default_trackBackground@2x.png │ │ ├── smoke.png │ │ ├── speaker.png │ │ ├── stop.png │ │ ├── sub.png │ │ ├── tab_about.png │ │ ├── tab_about@2x.png │ │ ├── tab_about@3x.png │ │ ├── tab_feed.png │ │ ├── tab_feed@2x.png │ │ ├── tab_feed@3x.png │ │ ├── temp48.png │ │ ├── temperature.png │ │ ├── text.png │ │ ├── tv.png │ │ ├── up.png │ │ ├── users.png │ │ ├── uv.png │ │ ├── uvdark.png │ │ ├── uvsunny.png │ │ ├── video.png │ │ ├── visibility.png │ │ ├── volume.png │ │ ├── wall.png │ │ ├── water.png │ │ ├── widget_preview_dark.png │ │ ├── widget_preview_light.png │ │ └── wind.png │ ├── UserNotificationCenterDelegate.cs │ ├── iTunesArtwork │ └── iTunesArtwork@2x ├── NL.HNOGames.Domoticz │ ├── App.xaml │ ├── App.xaml.cs │ ├── Controls │ │ ├── AdMobView.cs │ │ ├── CustomTabbedPage.cs │ │ ├── CustomViewCell.cs │ │ ├── ExtendedButton.cs │ │ ├── ExtendedSlider.cs │ │ ├── IShare.cs │ │ ├── MaterialFrame.cs │ │ ├── MultiLineLabel.cs │ │ ├── SearchTitleView.xaml │ │ ├── SearchTitleView.xaml.cs │ │ ├── TintedCachedImage.cs │ │ └── TitleViewSearchBar.cs │ ├── Convertors │ │ └── ByteArrayToImageSourceConverter.cs │ ├── Data │ │ ├── ConnectionService.cs │ │ ├── ConstantValues.cs │ │ ├── DataService.cs │ │ ├── DomoticzValues.cs │ │ └── IconService.cs │ ├── Helpers │ │ ├── Cache.cs │ │ ├── IAddToolbarItem.cs │ │ ├── ICloseApplication.cs │ │ ├── IHTTPClientHandlerCreationService.cs │ │ ├── InAppPurchaseHelper.cs │ │ ├── MessengingCenterAlert.cs │ │ ├── ObservableObject.cs │ │ ├── ObservableRangeCollection.cs │ │ ├── Settings.cs │ │ ├── Timer.cs │ │ ├── UsefulBits.cs │ │ └── ViewHelper.cs │ ├── Models │ │ ├── ActionModel.cs │ │ ├── BaseDataObject.cs │ │ ├── BeaconModel.cs │ │ ├── BluetoothModel.cs │ │ ├── CameraModel.cs │ │ ├── ColorModel.cs │ │ ├── ConfigModel.cs │ │ ├── DevicesModel.cs │ │ ├── EventModel.cs │ │ ├── GeofenceModel.cs │ │ ├── GraphModel.cs │ │ ├── LogModel.cs │ │ ├── LoginModel.cs │ │ ├── NFCModel.cs │ │ ├── NotificationModel.cs │ │ ├── PlansModel.cs │ │ ├── QRCodeModel.cs │ │ ├── SceneModel.cs │ │ ├── ScreenModel.cs │ │ ├── ServerLogsModel.cs │ │ ├── ServerSettings.cs │ │ ├── SpeechModel.cs │ │ ├── SunRiseModel.cs │ │ ├── TimerModel.cs │ │ ├── UserVariableModel.cs │ │ └── VersionModel.cs │ ├── NL.HNOGames.Domoticz.csproj │ ├── NL.HNOGames.Domoticz.xml │ ├── NL.HNOGames.OOTT.csproj │ ├── Resources │ │ ├── AppResources.Designer.cs │ │ ├── AppResources.bg.resx │ │ ├── AppResources.ca.resx │ │ ├── AppResources.cs.resx │ │ ├── AppResources.da.resx │ │ ├── AppResources.de.resx │ │ ├── AppResources.el.resx │ │ ├── AppResources.es.resx │ │ ├── AppResources.fa.resx │ │ ├── AppResources.fi.resx │ │ ├── AppResources.fr.resx │ │ ├── AppResources.he.resx │ │ ├── AppResources.hr.resx │ │ ├── AppResources.hu.resx │ │ ├── AppResources.it.resx │ │ ├── AppResources.kab.resx │ │ ├── AppResources.nl.resx │ │ ├── AppResources.no.resx │ │ ├── AppResources.pl.resx │ │ ├── AppResources.pt.resx │ │ ├── AppResources.resx │ │ ├── AppResources.ro.resx │ │ ├── AppResources.ru.resx │ │ ├── AppResources.sk.resx │ │ ├── AppResources.sl.resx │ │ ├── AppResources.sr.resx │ │ ├── AppResources.sv.resx │ │ ├── AppResources.tr.resx │ │ ├── AppResources.uk.resx │ │ ├── AppResources.zh.resx │ │ ├── AppResources.zhrCN.Designer.cs │ │ ├── AppResources.zhrCN.resx │ │ └── TranslateExtension.cs │ ├── ResourcesOOTT │ │ ├── AppResources.Designer.cs │ │ ├── AppResources.bg.resx │ │ ├── AppResources.ca.resx │ │ ├── AppResources.cs.resx │ │ ├── AppResources.da.resx │ │ ├── AppResources.de.resx │ │ ├── AppResources.el.resx │ │ ├── AppResources.es.resx │ │ ├── AppResources.fa.resx │ │ ├── AppResources.fi.resx │ │ ├── AppResources.fr.resx │ │ ├── AppResources.he.resx │ │ ├── AppResources.hr.resx │ │ ├── AppResources.hu.resx │ │ ├── AppResources.it.resx │ │ ├── AppResources.kab.resx │ │ ├── AppResources.nl.resx │ │ ├── AppResources.no.resx │ │ ├── AppResources.pl.resx │ │ ├── AppResources.pt.resx │ │ ├── AppResources.resx │ │ ├── AppResources.ro.resx │ │ ├── AppResources.ru.resx │ │ ├── AppResources.sk.resx │ │ ├── AppResources.sl.resx │ │ ├── AppResources.sr.resx │ │ ├── AppResources.sv.resx │ │ ├── AppResources.tr.resx │ │ ├── AppResources.uk.resx │ │ ├── AppResources.zh.resx │ │ ├── AppResources.zhrCN.Designer.cs │ │ ├── AppResources.zhrCN.resx │ │ └── TranslateExtension.cs │ ├── Service │ │ ├── MyBeaconDelegate.cs │ │ ├── MyGeofenceDelegate.cs │ │ └── MyShinyStartup.cs │ ├── Themes │ │ ├── Base.xaml │ │ ├── Base.xaml.cs │ │ ├── DarkAndroid.xaml │ │ ├── DarkAndroid.xaml.cs │ │ ├── DarkiOS.xaml │ │ └── DarkiOS.xaml.cs │ ├── ViewModels │ │ ├── BaseViewModel.cs │ │ ├── CameraViewModel.cs │ │ ├── DashboardViewModel.cs │ │ ├── OverviewViewModel.cs │ │ └── SceneViewModel.cs │ ├── ViewSelector │ │ └── DeviceDataTemplateSelector.cs │ ├── Views │ │ ├── CameraDetailPage.xaml │ │ ├── CameraDetailPage.xaml.cs │ │ ├── CameraPage.xaml │ │ ├── CameraPage.xaml.cs │ │ ├── DashboardPage.xaml │ │ ├── DashboardPage.xaml.cs │ │ ├── Dialog │ │ │ ├── ColorPopup.xaml │ │ │ ├── ColorPopup.xaml.cs │ │ │ ├── LogsPopup.xaml │ │ │ ├── LogsPopup.xaml.cs │ │ │ ├── NotificationsPopup.xaml │ │ │ ├── NotificationsPopup.xaml.cs │ │ │ ├── SelectMultipleBasePage.cs │ │ │ ├── SliderPopup.xaml │ │ │ ├── SliderPopup.xaml.cs │ │ │ ├── SwitchPopup.xaml │ │ │ ├── SwitchPopup.xaml.cs │ │ │ ├── TimersPopup.xaml │ │ │ └── TimersPopup.xaml.cs │ │ ├── GraphPage.xaml │ │ ├── GraphPage.xaml.cs │ │ ├── GraphTabbedPage.xaml │ │ ├── GraphTabbedPage.xaml.cs │ │ ├── OverviewTabbedPage.xaml │ │ ├── OverviewTabbedPage.xaml.cs │ │ ├── ScenePage.xaml │ │ ├── ScenePage.xaml.cs │ │ ├── Settings │ │ │ ├── BeaconConfigPage.xaml │ │ │ ├── BeaconConfigPage.xaml.cs │ │ │ ├── BeaconSettingsPage.xaml │ │ │ ├── BeaconSettingsPage.xaml.cs │ │ │ ├── BluetoothSettingsPage.xaml │ │ │ ├── BluetoothSettingsPage.xaml.cs │ │ │ ├── DebugInfoPage.xaml │ │ │ ├── DebugInfoPage.xaml.cs │ │ │ ├── EventsPage.xaml │ │ │ ├── EventsPage.xaml.cs │ │ │ ├── GeofenceSettingsPage.xaml │ │ │ ├── GeofenceSettingsPage.xaml.cs │ │ │ ├── LocationPickerPage.xaml │ │ │ ├── LocationPickerPage.xaml.cs │ │ │ ├── NFCSettingsPage.xaml │ │ │ ├── NFCSettingsPage.xaml.cs │ │ │ ├── QRCodeSettingsPage.xaml │ │ │ ├── QRCodeSettingsPage.xaml.cs │ │ │ ├── ServerLogsPage.xaml │ │ │ ├── ServerLogsPage.xaml.cs │ │ │ ├── ServerSettingsPage.xaml │ │ │ ├── ServerSettingsPage.xaml.cs │ │ │ ├── SettingsPage.xaml │ │ │ ├── SettingsPage.xaml.cs │ │ │ ├── SpeechSettingsPage.xaml │ │ │ ├── SpeechSettingsPage.xaml.cs │ │ │ ├── UserVariablesPage.xaml │ │ │ └── UserVariablesPage.xaml.cs │ │ └── StartUp │ │ │ ├── WelcomeCarouselPage.xaml │ │ │ └── WelcomeCarouselPage.xaml.cs │ ├── app.config │ └── packages.config └── NL.HNOGames.OOTT.iOS │ ├── AppDelegate.cs │ ├── Entitlements.plist │ ├── GoogleService-Info.plist │ ├── Helpers │ ├── CloseApplication.cs │ ├── Extensions.cs │ └── TableSource.cs │ ├── Info.plist │ ├── Main.cs │ ├── NL.HNOGames.OOTT.iOS.csproj │ ├── Renderer │ ├── AdMobRenderer.cs │ ├── CustomMultiLineLabelRenderer.cs │ ├── CustomSearchBarRenderer .cs │ ├── CustomSliderRenderer .cs │ ├── ExtendedButtonRenderer.cs │ ├── MaterialFrameRenderer.cs │ ├── ShareClass.cs │ └── TitleViewSearchBarRenderer.cs │ ├── Resources │ ├── Launch.storyboard │ ├── Media.xcassets │ │ ├── AppIcons.appiconset │ │ │ ├── 100x100.png │ │ │ ├── 114x114.png │ │ │ ├── 120x120.png │ │ │ ├── 144x144.png │ │ │ ├── 152x152.png │ │ │ ├── 167x167.png │ │ │ ├── 180x180.png │ │ │ ├── 20x20.png │ │ │ ├── 20x201.png │ │ │ ├── 29x29.png │ │ │ ├── 40x40.png │ │ │ ├── 40x401.png │ │ │ ├── 40x402.png │ │ │ ├── 50x50.png │ │ │ ├── 57x57x.png │ │ │ ├── 58x58.png │ │ │ ├── 60x60.png │ │ │ ├── 60x601.png │ │ │ ├── 72x72.png │ │ │ ├── 76x76.png │ │ │ ├── 80x80.png │ │ │ ├── 87x87.png │ │ │ ├── Contents.json │ │ │ ├── Icon-App-20x20@1x.png │ │ │ ├── Icon-App-40x40@1x.png │ │ │ ├── Icon-App-60x60@1x.png │ │ │ └── market.png │ │ └── LaunchImages.launchimage │ │ │ ├── 1.png │ │ │ ├── 11.png │ │ │ ├── 2.png │ │ │ ├── 21.png │ │ │ ├── 3.png │ │ │ ├── 31.png │ │ │ ├── 4.png │ │ │ ├── 41.png │ │ │ ├── 5.png │ │ │ ├── 51.png │ │ │ ├── 6.png │ │ │ ├── 61.png │ │ │ └── Contents.json │ ├── alarm.png │ ├── banner.png │ ├── banner@2x.png │ ├── banner@3x.png │ ├── baseline_arrow_back_black_24.png │ ├── baseline_arrow_back_black_24@2x.png │ ├── baseline_arrow_back_black_24@3x.png │ ├── baseline_arrow_back_white_24.png │ ├── baseline_arrow_back_white_24@2x.png │ ├── baseline_arrow_back_white_24@3x.png │ ├── baseline_arrow_right_black_24.png │ ├── baseline_arrow_right_black_24@2x.png │ ├── baseline_arrow_right_black_24@3x.png │ ├── baseline_delete_black_24.png │ ├── baseline_delete_black_24@2x.png │ ├── baseline_delete_black_24@3x.png │ ├── baseline_link_black_24.png │ ├── baseline_link_black_24@2x.png │ ├── baseline_link_black_24@3x.png │ ├── baseline_more_vert_white_24.png │ ├── baseline_more_vert_white_24@2x.png │ ├── baseline_more_vert_white_24@3x.png │ ├── baseline_search_white_24.png │ ├── baseline_search_white_24@2x.png │ ├── baseline_search_white_24@3x.png │ ├── christmastree.png │ ├── clock48.png │ ├── computer.png │ ├── cone.png │ ├── contact.png │ ├── cooling.png │ ├── darkheader.png │ ├── defaultimage.png │ ├── demand.png │ ├── dimmer.png │ ├── domoticz_white.png │ ├── door.png │ ├── down.png │ ├── empty.png │ ├── fan.png │ ├── flame.png │ ├── gauge.png │ ├── generic.png │ ├── ghome.png │ ├── harddisk.png │ ├── heating.png │ ├── ic_arrow_down.png │ ├── ic_arrow_drop_down.png │ ├── ic_arrow_drop_down@2x.png │ ├── ic_arrow_drop_down@3x.png │ ├── ic_arrow_drop_up.png │ ├── ic_arrow_drop_up@2x.png │ ├── ic_arrow_drop_up@3x.png │ ├── ic_arrow_up.png │ ├── ic_cameras.png │ ├── ic_content_copy.png │ ├── ic_content_copy@2x.png │ ├── ic_content_copy@3x.png │ ├── ic_dashboard.png │ ├── ic_dashboard_white.png │ ├── ic_dashboard_white@2x.png │ ├── ic_dashboard_white@3x.png │ ├── ic_domoticz_logo.png │ ├── ic_domoticz_logo_white.png │ ├── ic_event.png │ ├── ic_filter_list.png │ ├── ic_filter_list@2x.png │ ├── ic_filter_list@3x.png │ ├── ic_highlight_white.png │ ├── ic_highlight_white@2x.png │ ├── ic_highlight_white@3x.png │ ├── ic_home.png │ ├── ic_home@2x.png │ ├── ic_home@3x.png │ ├── ic_keyboard_voice.png │ ├── ic_keyboard_voice@2x.png │ ├── ic_keyboard_voice@3x.png │ ├── ic_launcher.png │ ├── ic_lightbulb_outline.png │ ├── ic_lightbulb_outline@2x.png │ ├── ic_lightbulb_outline@3x.png │ ├── ic_logs.png │ ├── ic_microphone.png │ ├── ic_minus.png │ ├── ic_pause.png │ ├── ic_plan.png │ ├── ic_play.png │ ├── ic_plus.png │ ├── ic_qrcode.png │ ├── ic_qrcode@2x.png │ ├── ic_qrcode@3x.png │ ├── ic_repeat_black_18dp.png │ ├── ic_scenes.png │ ├── ic_schedule_black_18dp.png │ ├── ic_settings.png │ ├── ic_settings@2x.png │ ├── ic_settings@3x.png │ ├── ic_share.png │ ├── ic_share@2x.png │ ├── ic_share@3x.png │ ├── ic_show_chart.png │ ├── ic_show_chart@2x.png │ ├── ic_show_chart@3x.png │ ├── ic_sort.png │ ├── ic_star.png │ ├── ic_star@2x.png │ ├── ic_star@3x.png │ ├── ic_star_border.png │ ├── ic_star_border@2x.png │ ├── ic_star_border@3x.png │ ├── ic_stop.png │ ├── ic_switch.png │ ├── ic_temperature.png │ ├── ic_utilities.png │ ├── ic_validate_settings.png │ ├── ic_vars.png │ ├── ic_view_carousel_white.png │ ├── ic_view_carousel_white@2x.png │ ├── ic_view_carousel_white@3x.png │ ├── ic_wb_cloudy_white.png │ ├── ic_wb_cloudy_white@2x.png │ ├── ic_wb_cloudy_white@3x.png │ ├── ic_wb_sunny_white.png │ ├── ic_wb_sunny_white@2x.png │ ├── ic_wb_sunny_white@3x.png │ ├── ic_weather.png │ ├── ic_wizard.png │ ├── itunes │ │ ├── 1024x1024bb-80.png │ │ ├── 340x340bb-80.png │ │ └── 512x512bb-80.png │ ├── leaf.png │ ├── lights.png │ ├── lock.png │ ├── media.png │ ├── mic.png │ ├── motion.png │ ├── outline_color_lens_white_24.png │ ├── outline_color_lens_white_24@2x.png │ ├── outline_color_lens_white_24@3x.png │ ├── percentage.png │ ├── phone.png │ ├── placeholder.jpg │ ├── printer.png │ ├── profile_generic.png │ ├── profile_generic@2x.png │ ├── profile_generic@3x.png │ ├── program.png │ ├── pushoff.png │ ├── qrcode.png │ ├── radiation.png │ ├── rain.png │ ├── refresh.png │ ├── remote.png │ ├── rgb.png │ ├── sad_smiley_dark.png │ ├── scale.png │ ├── security.png │ ├── security_widget_preview.png │ ├── siren.png │ ├── slideout.png │ ├── slideout@2x.png │ ├── slider-default-handle-disabled.png │ ├── slider-default-handle-disabled@2x.png │ ├── slider-default-handle-highlighted.png │ ├── slider-default-handle-highlighted@2x.png │ ├── slider-default-handle.png │ ├── slider-default-handle@2x.png │ ├── slider-default-track.png │ ├── slider-default-track@2x.png │ ├── slider-default-trackBackground.png │ ├── slider-default-trackCrossedOver.png │ ├── slider-default-trackCrossedOver@2x.png │ ├── slider-default_trackBackground@2x.png │ ├── smoke.png │ ├── speaker.png │ ├── stop.png │ ├── sub.png │ ├── tab_about.png │ ├── tab_about@2x.png │ ├── tab_about@3x.png │ ├── tab_feed.png │ ├── tab_feed@2x.png │ ├── tab_feed@3x.png │ ├── temp48.png │ ├── temperature.png │ ├── text.png │ ├── tv.png │ ├── up.png │ ├── users.png │ ├── uv.png │ ├── uvdark.png │ ├── uvsunny.png │ ├── video.png │ ├── visibility.png │ ├── volume.png │ ├── wall.png │ ├── water.png │ ├── widget_preview_dark.png │ ├── widget_preview_light.png │ └── wind.png │ ├── UserNotificationCenterDelegate.cs │ ├── iTunesArtwork │ └── iTunesArtwork@2x ├── NL.HNOGames.OOTT.sln ├── README.md └── Tools └── TranslateResourcesFromStrings ├── TranslateResourcesFromStrings.sln └── TranslateResourcesFromStrings ├── App.config ├── Form1.Designer.cs ├── Form1.cs ├── Form1.resx ├── Program.cs ├── Properties ├── AssemblyInfo.cs ├── Resources.Designer.cs ├── Resources.resx ├── Settings.Designer.cs └── Settings.settings └── TranslateResourcesFromStrings.csproj /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/alarm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/alarm.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/clock48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/clock48.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/cone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/cone.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/contact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/contact.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/cooling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/cooling.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/demand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/demand.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/dimmer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/dimmer.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/door.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/door.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/down.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/empty.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/fan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/fan.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/flame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/flame.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/floor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/floor.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/gauge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/gauge.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/generic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/generic.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/heating.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/heating.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/ic_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/ic_home.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/ic_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/ic_list.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/ic_logs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/ic_logs.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/ic_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/ic_menu.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/ic_plan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/ic_plan.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/ic_play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/ic_play.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/ic_plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/ic_plus.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/ic_sort.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/ic_sort.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/ic_star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/ic_star.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/ic_stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/ic_stop.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/ic_tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/ic_tab.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/ic_vars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/ic_vars.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/leaf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/leaf.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/lights.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/lights.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/lock.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/media.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/media.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/mic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/mic.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/motion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/motion.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/phone.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/printer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/printer.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/program.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/program.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/pushoff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/pushoff.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/qrcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/qrcode.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/rain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/rain.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/refresh.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/remote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/remote.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/rgb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/rgb.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/scale.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/siren.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/siren.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/smoke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/smoke.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/speaker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/speaker.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/stop.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/sub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/sub.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/sunny.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/sunny.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/temp48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/temp48.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/text.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/tv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/tv.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/up.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/users.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/users.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/uv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/uv.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/uvdark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/uvdark.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/uvsunny.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/uvsunny.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/video.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/volume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/volume.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/wall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/wall.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/water.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/water.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/wind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-hdpi/wind.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/alarm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/alarm.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/clock48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/clock48.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/cone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/cone.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/contact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/contact.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/cooling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/cooling.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/demand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/demand.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/dimmer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/dimmer.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/door.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/door.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/down.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/empty.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/fan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/fan.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/flame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/flame.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/floor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/floor.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/gauge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/gauge.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/generic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/generic.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/heating.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/heating.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/ic_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/ic_list.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/ic_logs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/ic_logs.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/ic_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/ic_menu.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/ic_plan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/ic_plan.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/ic_play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/ic_play.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/ic_plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/ic_plus.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/ic_sort.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/ic_sort.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/ic_stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/ic_stop.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/ic_tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/ic_tab.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/ic_vars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/ic_vars.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/leaf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/leaf.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/lights.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/lights.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/lock.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/media.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/media.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/mic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/mic.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/motion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/motion.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/phone.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/printer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/printer.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/program.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/program.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/pushoff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/pushoff.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/qrcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/qrcode.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/rain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/rain.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/refresh.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/remote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/remote.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/rgb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/rgb.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/scale.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/siren.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/siren.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/smoke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/smoke.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/speaker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/speaker.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/stop.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/sub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/sub.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/temp48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/temp48.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/text.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/tv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/tv.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/up.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/users.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/users.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/uv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/uv.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/uvdark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/uvdark.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/uvsunny.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/uvsunny.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/video.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/volume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/volume.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/wall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/wall.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/water.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/water.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/wind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-ldpi/wind.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/alarm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/alarm.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/clock48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/clock48.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/cone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/cone.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/contact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/contact.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/cooling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/cooling.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/demand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/demand.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/dimmer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/dimmer.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/door.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/door.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/down.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/empty.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/fan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/fan.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/flame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/flame.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/floor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/floor.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/gauge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/gauge.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/generic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/generic.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/heating.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/heating.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/ic_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/ic_home.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/ic_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/ic_list.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/ic_logs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/ic_logs.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/ic_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/ic_menu.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/ic_plan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/ic_plan.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/ic_play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/ic_play.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/ic_plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/ic_plus.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/ic_sort.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/ic_sort.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/ic_star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/ic_star.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/ic_stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/ic_stop.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/ic_tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/ic_tab.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/ic_vars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/ic_vars.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/leaf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/leaf.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/lights.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/lights.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/lock.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/media.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/media.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/mic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/mic.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/motion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/motion.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/phone.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/printer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/printer.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/program.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/program.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/pushoff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/pushoff.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/qrcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/qrcode.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/rain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/rain.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/refresh.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/remote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/remote.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/rgb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/rgb.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/scale.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/siren.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/siren.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/smoke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/smoke.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/speaker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/speaker.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/stop.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/sub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/sub.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/sunny.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/sunny.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/temp48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/temp48.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/text.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/tv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/tv.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/up.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/users.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/users.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/uv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/uv.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/uvdark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/uvdark.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/uvsunny.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/uvsunny.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/video.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/volume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/volume.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/wall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/wall.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/water.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/water.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/wind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-mdpi/wind.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/alarm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/alarm.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/cone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/cone.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/demand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/demand.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/dimmer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/dimmer.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/door.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/door.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/down.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/empty.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/fan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/fan.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/flame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/flame.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/floor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/floor.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/gauge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/gauge.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/leaf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/leaf.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/lights.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/lights.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/lock.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/market.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/market.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/media.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/media.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/mic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/mic.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/motion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/motion.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/phone.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/qrcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/qrcode.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/rain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/rain.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/remote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/remote.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/rgb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/rgb.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/scale.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/siren.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/siren.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/smoke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/smoke.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/stop.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/sub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/sub.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/sunny.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/sunny.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/temp48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/temp48.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/text.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/tv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/tv.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/up.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/users.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/users.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/uv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/uv.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/uvdark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/uvdark.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/video.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/volume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/volume.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/wall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/wall.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/water.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/water.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/wind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xhdpi/wind.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xxhdpi/alarm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xxhdpi/alarm.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xxhdpi/cone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xxhdpi/cone.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xxhdpi/door.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xxhdpi/door.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xxhdpi/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xxhdpi/down.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xxhdpi/empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xxhdpi/empty.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xxhdpi/fan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xxhdpi/fan.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xxhdpi/flame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xxhdpi/flame.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xxhdpi/mic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xxhdpi/mic.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xxhdpi/rgb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xxhdpi/rgb.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xxhdpi/sub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xxhdpi/sub.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xxhdpi/tv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xxhdpi/tv.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xxhdpi/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xxhdpi/up.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xxhdpi/uv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable-xxhdpi/uv.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable/slideout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/drawable/slideout.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/values/ic_launcher_background.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | #0078C1 4 | -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.Android/Resources/values/strings.xml: -------------------------------------------------------------------------------- 1 |  2 | 3 | Domoticz 4 | -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/alarm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/alarm.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/banner.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/banner@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/banner@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/banner@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/banner@3x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/baseline_link_black_24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/baseline_link_black_24.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/christmastree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/christmastree.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/clock48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/clock48.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/computer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/computer.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/cone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/cone.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/contact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/contact.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/cooling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/cooling.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/darkheader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/darkheader.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/defaultimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/defaultimage.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/demand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/demand.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/dimmer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/dimmer.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/domoticz_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/domoticz_white.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/door.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/door.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/down.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/empty.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/fan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/fan.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/flame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/flame.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/gauge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/gauge.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/generic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/generic.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ghome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ghome.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/harddisk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/harddisk.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/heating.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/heating.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_arrow_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_arrow_down.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_arrow_drop_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_arrow_drop_down.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_arrow_drop_down@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_arrow_drop_down@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_arrow_drop_down@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_arrow_drop_down@3x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_arrow_drop_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_arrow_drop_up.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_arrow_drop_up@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_arrow_drop_up@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_arrow_drop_up@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_arrow_drop_up@3x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_arrow_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_arrow_up.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_cameras.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_cameras.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_content_copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_content_copy.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_content_copy@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_content_copy@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_content_copy@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_content_copy@3x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_dashboard.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_dashboard_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_dashboard_white.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_dashboard_white@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_dashboard_white@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_dashboard_white@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_dashboard_white@3x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_domoticz_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_domoticz_logo.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_domoticz_logo_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_domoticz_logo_white.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_event.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_event.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_filter_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_filter_list.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_filter_list@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_filter_list@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_filter_list@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_filter_list@3x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_highlight_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_highlight_white.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_highlight_white@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_highlight_white@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_highlight_white@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_highlight_white@3x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_home.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_home@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_home@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_home@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_home@3x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_keyboard_voice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_keyboard_voice.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_keyboard_voice@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_keyboard_voice@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_keyboard_voice@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_keyboard_voice@3x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_launcher.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_lightbulb_outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_lightbulb_outline.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_lightbulb_outline@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_lightbulb_outline@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_lightbulb_outline@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_lightbulb_outline@3x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_logs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_logs.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_microphone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_microphone.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_minus.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_pause.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_plan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_plan.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_play.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_plus.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_qrcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_qrcode.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_qrcode@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_qrcode@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_qrcode@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_qrcode@3x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_repeat_black_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_repeat_black_18dp.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_scenes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_scenes.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_schedule_black_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_schedule_black_18dp.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_settings.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_settings@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_settings@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_settings@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_settings@3x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_share.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_share@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_share@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_share@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_share@3x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_show_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_show_chart.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_show_chart@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_show_chart@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_show_chart@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_show_chart@3x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_sort.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_sort.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_star.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_star@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_star@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_star@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_star@3x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_star_border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_star_border.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_star_border@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_star_border@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_star_border@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_star_border@3x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_stop.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_switch.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_temperature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_temperature.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_utilities.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_utilities.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_validate_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_validate_settings.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_vars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_vars.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_view_carousel_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_view_carousel_white.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_wb_cloudy_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_wb_cloudy_white.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_wb_cloudy_white@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_wb_cloudy_white@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_wb_cloudy_white@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_wb_cloudy_white@3x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_wb_sunny_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_wb_sunny_white.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_wb_sunny_white@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_wb_sunny_white@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_wb_sunny_white@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_wb_sunny_white@3x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_weather.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_weather.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_wizard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/ic_wizard.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/itunes/1024x1024bb-80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/itunes/1024x1024bb-80.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/itunes/340x340bb-80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/itunes/340x340bb-80.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/itunes/512x512bb-80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/itunes/512x512bb-80.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/leaf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/leaf.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/lights.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/lights.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/lock.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/media.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/media.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/mic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/mic.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/motion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/motion.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/percentage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/percentage.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/phone.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/placeholder.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/placeholder.jpg -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/printer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/printer.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/profile_generic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/profile_generic.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/profile_generic@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/profile_generic@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/profile_generic@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/profile_generic@3x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/program.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/program.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/pushoff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/pushoff.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/qrcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/qrcode.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/radiation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/radiation.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/rain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/rain.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/refresh.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/remote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/remote.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/rgb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/rgb.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/sad_smiley_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/sad_smiley_dark.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/scale.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/security.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/security.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/security_widget_preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/security_widget_preview.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/siren.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/siren.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/slideout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/slideout.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/slideout@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/slideout@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/slider-default-handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/slider-default-handle.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/slider-default-track.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/slider-default-track.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/slider-default-track@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/slider-default-track@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/smoke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/smoke.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/speaker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/speaker.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/stop.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/sub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/sub.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/tab_about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/tab_about.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/tab_about@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/tab_about@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/tab_about@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/tab_about@3x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/tab_feed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/tab_feed.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/tab_feed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/tab_feed@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/tab_feed@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/tab_feed@3x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/temp48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/temp48.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/temperature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/temperature.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/text.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/tv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/tv.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/up.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/users.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/users.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/uv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/uv.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/uvdark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/uvdark.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/uvsunny.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/uvsunny.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/video.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/visibility.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/visibility.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/volume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/volume.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/wall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/wall.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/water.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/water.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/widget_preview_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/widget_preview_dark.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/widget_preview_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/widget_preview_light.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/wind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/Resources/wind.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/iTunesArtwork: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/iTunesArtwork -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/iTunesArtwork@2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.Domoticz.iOS/iTunesArtwork@2x -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/alarm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/alarm.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/banner.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/banner@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/banner@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/banner@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/banner@3x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/baseline_delete_black_24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/baseline_delete_black_24.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/baseline_delete_black_24@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/baseline_delete_black_24@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/baseline_delete_black_24@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/baseline_delete_black_24@3x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/baseline_link_black_24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/baseline_link_black_24.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/baseline_link_black_24@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/baseline_link_black_24@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/baseline_link_black_24@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/baseline_link_black_24@3x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/baseline_more_vert_white_24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/baseline_more_vert_white_24.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/baseline_search_white_24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/baseline_search_white_24.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/baseline_search_white_24@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/baseline_search_white_24@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/baseline_search_white_24@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/baseline_search_white_24@3x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/christmastree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/christmastree.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/clock48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/clock48.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/computer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/computer.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/cone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/cone.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/contact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/contact.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/cooling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/cooling.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/darkheader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/darkheader.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/defaultimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/defaultimage.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/demand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/demand.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/dimmer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/dimmer.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/domoticz_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/domoticz_white.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/door.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/door.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/down.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/empty.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/fan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/fan.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/flame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/flame.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/gauge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/gauge.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/generic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/generic.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ghome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ghome.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/harddisk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/harddisk.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/heating.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/heating.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_arrow_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_arrow_down.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_arrow_drop_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_arrow_drop_down.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_arrow_drop_down@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_arrow_drop_down@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_arrow_drop_down@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_arrow_drop_down@3x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_arrow_drop_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_arrow_drop_up.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_arrow_drop_up@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_arrow_drop_up@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_arrow_drop_up@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_arrow_drop_up@3x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_arrow_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_arrow_up.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_cameras.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_cameras.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_content_copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_content_copy.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_content_copy@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_content_copy@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_content_copy@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_content_copy@3x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_dashboard.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_dashboard_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_dashboard_white.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_dashboard_white@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_dashboard_white@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_dashboard_white@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_dashboard_white@3x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_domoticz_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_domoticz_logo.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_domoticz_logo_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_domoticz_logo_white.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_event.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_event.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_filter_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_filter_list.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_filter_list@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_filter_list@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_filter_list@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_filter_list@3x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_highlight_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_highlight_white.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_highlight_white@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_highlight_white@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_highlight_white@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_highlight_white@3x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_home.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_home@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_home@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_home@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_home@3x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_keyboard_voice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_keyboard_voice.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_keyboard_voice@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_keyboard_voice@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_keyboard_voice@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_keyboard_voice@3x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_launcher.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_lightbulb_outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_lightbulb_outline.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_lightbulb_outline@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_lightbulb_outline@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_lightbulb_outline@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_lightbulb_outline@3x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_logs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_logs.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_microphone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_microphone.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_minus.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_pause.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_plan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_plan.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_play.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_plus.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_qrcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_qrcode.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_qrcode@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_qrcode@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_qrcode@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_qrcode@3x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_repeat_black_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_repeat_black_18dp.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_scenes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_scenes.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_schedule_black_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_schedule_black_18dp.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_settings.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_settings@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_settings@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_settings@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_settings@3x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_share.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_share@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_share@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_share@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_share@3x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_show_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_show_chart.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_show_chart@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_show_chart@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_show_chart@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_show_chart@3x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_sort.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_sort.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_star.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_star@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_star@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_star@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_star@3x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_star_border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_star_border.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_star_border@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_star_border@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_star_border@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_star_border@3x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_stop.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_switch.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_temperature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_temperature.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_utilities.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_utilities.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_validate_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_validate_settings.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_vars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_vars.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_view_carousel_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_view_carousel_white.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_view_carousel_white@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_view_carousel_white@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_view_carousel_white@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_view_carousel_white@3x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_wb_cloudy_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_wb_cloudy_white.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_wb_cloudy_white@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_wb_cloudy_white@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_wb_cloudy_white@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_wb_cloudy_white@3x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_wb_sunny_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_wb_sunny_white.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_wb_sunny_white@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_wb_sunny_white@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_wb_sunny_white@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_wb_sunny_white@3x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_weather.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_weather.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_wizard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/ic_wizard.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/itunes/1024x1024bb-80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/itunes/1024x1024bb-80.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/itunes/340x340bb-80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/itunes/340x340bb-80.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/itunes/512x512bb-80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/itunes/512x512bb-80.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/leaf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/leaf.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/lights.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/lights.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/lock.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/media.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/media.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/mic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/mic.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/motion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/motion.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/outline_color_lens_white_24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/outline_color_lens_white_24.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/percentage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/percentage.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/phone.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/placeholder.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/placeholder.jpg -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/printer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/printer.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/profile_generic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/profile_generic.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/profile_generic@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/profile_generic@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/profile_generic@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/profile_generic@3x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/program.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/program.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/pushoff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/pushoff.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/qrcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/qrcode.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/radiation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/radiation.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/rain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/rain.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/refresh.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/remote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/remote.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/rgb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/rgb.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/sad_smiley_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/sad_smiley_dark.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/scale.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/security.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/security.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/security_widget_preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/security_widget_preview.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/siren.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/siren.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/slideout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/slideout.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/slideout@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/slideout@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/slider-default-handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/slider-default-handle.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/slider-default-handle@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/slider-default-handle@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/slider-default-track.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/slider-default-track.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/slider-default-track@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/slider-default-track@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/smoke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/smoke.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/speaker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/speaker.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/stop.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/sub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/sub.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/tab_about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/tab_about.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/tab_about@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/tab_about@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/tab_about@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/tab_about@3x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/tab_feed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/tab_feed.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/tab_feed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/tab_feed@2x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/tab_feed@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/tab_feed@3x.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/temp48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/temp48.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/temperature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/temperature.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/text.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/tv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/tv.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/up.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/users.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/users.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/uv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/uv.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/uvdark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/uvdark.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/uvsunny.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/uvsunny.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/video.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/visibility.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/visibility.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/volume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/volume.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/wall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/wall.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/water.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/water.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/widget_preview_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/widget_preview_dark.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/widget_preview_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/widget_preview_light.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/wind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/Resources/wind.png -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/iTunesArtwork: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/iTunesArtwork -------------------------------------------------------------------------------- /NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/iTunesArtwork@2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/domoticz/domoticz-xamarin/bc4d3714fb11c09a9825f938e9e4dfa0fd2833d4/NL.HNOGames.Domoticz/NL.HNOGames.OOTT.iOS/iTunesArtwork@2x -------------------------------------------------------------------------------- /Tools/TranslateResourcesFromStrings/TranslateResourcesFromStrings/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- 1 |  --------------------------------------------------------------------------------