From d821dc0e00ad9fa7759060aabcc377e32c5664a9 Mon Sep 17 00:00:00 2001 From: Bernhard Kirchen Date: Thu, 30 May 2024 17:39:50 +0200 Subject: [PATCH] docs: device profile docs fully moved to wiki --- docs/DeviceProfiles.md | 90 +----------------------------------------- 1 file changed, 1 insertion(+), 89 deletions(-) diff --git a/docs/DeviceProfiles.md b/docs/DeviceProfiles.md index b149239e9..8976b821d 100644 --- a/docs/DeviceProfiles.md +++ b/docs/DeviceProfiles.md @@ -1,91 +1,3 @@ # Device Profiles -This documentation will has been moved and can be found here: - -## Structure of the json file for openDTU-OnBattery (outdated example) - -```json -[ - { - "name": "Generic NodeMCU 38 pin", - "nrf24": { - "miso": 19, - "mosi": 23, - "clk": 18, - "irq": 16, - "en": 4, - "cs": 5 - }, - "victron": { - "rx": 22, - "tx": 21 - }, - "battery": { - "rx": 27, - "tx": 14 - }, - "huawei": { - "miso": 12, - "mosi": 13, - "clk": 26, - "irq": 25, - "power": 33, - "cs": 15 - }, - "eth": { - "enabled": false, - "phy_addr": -1, - "power": -1, - "mdc": -1, - "mdio": -1, - "type": -1, - "clk_mode": -1 - } - }, - { - "name": "Generic NodeMCU 38 pin with SSD1306", - "nrf24": { - "miso": 19, - "mosi": 23, - "clk": 18, - "irq": 16, - "en": 4, - "cs": 5 - }, - "eth": { - "enabled": false, - "phy_addr": -1, - "power": -1, - "mdc": -1, - "mdio": -1, - "type": -1, - "clk_mode": -1 - }, - "display": { - "type": 2, - "data": 21, - "clk": 22 - } - }, - { - "name": "Olimex ESP32-POE", - "nrf24": { - "miso": 15, - "mosi": 2, - "clk": 14, - "irq": 13, - "en": 16, - "cs": 5 - }, - "eth": { - "enabled": true, - "phy_addr": 0, - "power": 12, - "mdc": 23, - "mdio": 18, - "type": 0, - "clk_mode": 3 - } - } -] -``` \ No newline at end of file +This documentation has been [moved to the wiki](https://github.com/helgeerbe/OpenDTU-OnBattery/wiki/Device-Profiles). \ No newline at end of file