From 9a8156326f0cf8d5b5942da2c9a1139397708176 Mon Sep 17 00:00:00 2001
From: thl-cmk <thl-cmk@outlook.com>
Date: Sun, 31 Dec 2023 15:41:24 +0000
Subject: [PATCH] Update README.md

---
 README.md | 30 +++++++++++++++++++++++-------
 1 file changed, 23 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index f275499..8d9b92a 100644
--- a/README.md
+++ b/README.md
@@ -157,18 +157,31 @@ The plugin creates the service **_SERVICENAME_** for each discovered FOR WHAT wi
 
 </details> 
 
-<details><summary>Discovery rule</summary>
+<details><summary>Special agent rule</summary>
 
-| Section | Rule name |
-| ------ | ------ |
-| Discovery of individual services | NAME_OF_THE_RULE  |
+-> Setup -> Agents -> Other integrations
 
-| Option | Defailt value |
-| ------ | ------ |
-| OPTION 1 | disabled |
+| Section  | Rule name |
+| -------  | --------- |
+| Hardware | Fritz!Box Smarthome Devices |
+
+| Option | Description | Defailt value |
+| ------ | ------------| ------------- |
+| Username | no default | Username to logon to the FritzBox |
+| Password | no default | Password for the user to log on|
+| Port | 443 | The TCP Port used to connect to the Fritz!Box |
+| Protocol | HTTPS | The Protocol used to connect to the Fritz!Box |
+| Ignore SSL errors | don't ignire errors | Tha agent will ignores SSL errors |
+| Add Prefix | don't add prefx | The prefix is used to group all the Smarthome devices from one Fritz!Box in CMK |
+| Disable piggyback | use piggyback | If you want to attach all your Smarthome devices directly to your Fritz!Box use this option |
+| Add test data | disabled | only for development, will be removed |
 
 </details> 
 
+<details><summary>Discovery rule</summary>
+There is on discovery rule.
+</details> 
+
 <details><summary>HW/SW inventory rules</summary>
 The inventory plugin is not configurable.
 </details> 
@@ -184,3 +197,6 @@ Sample output details
 
 ![sample output details](/img/sample-details.png?raw=true "sample output details")
 
+Sample inventory
+
+![sampleinventory](/img/sample_inventory.png?raw=true "sample inventory")
-- 
GitLab