Skip to content

Commit

Permalink
Add Zigbee OTA info
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzroe committed May 5, 2024
1 parent abd0608 commit d575dfd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 17 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ From documentation folder run next commands:
# Enter in virtual enviroment
. venv/bin/activate ##For Linux
. venv/Scripts/activate ## For windows
. source venv/bin/activate ## For Mac OS
# Run mkdocs serve command to generate live preview
mkdocs serve
```
Expand Down
35 changes: 18 additions & 17 deletions docs/capabilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,24 @@ By focusing the community's efforts on enhancing one product, XZG aims to stream

## 🍓 Key features

| | |
| :-------------------- | :-------------------------------------------------------------------------------------------------------------: |
| Localized Translation | <div class="badges">🇬🇧 🇺🇦 🇨🇳 🇪🇸 🇵🇹 🇷🇺 🇫🇷 🇩🇪 🇯🇵 🇹🇷 🇮🇹 🇵🇱</div> |
| Web UI theme | 🌞 Light *or* Dark 🌑 |
| Zigbee mode | :material-lan: Network *or* USB :fontawesome-brands-usb: |
| Network mode | :material-ethernet: RJ45 **and** Wi-Fi :material-wifi: *(simultaneously)* |
| VPN support | :simple-wireguard: WireGuard |
| MQTT client | :simple-mqtt: Publish gateway states to brokers and subscribes for commands |
| Access point | :material-antenna: If there isn't available any wire and wireless connection |
| NTP client | :material-clock: Yes |
| Custom DNS servers | :material-dns: Yes *(when DHCP is **off**)*, Ethernet and WiFi |
| Realtime web updates | :material-run-fast: Without page refreshing |
| Button | :material-button-pointer: Change current modes, factory reset :material-factory: |
| LEDs | :material-led-on: Different blinks helps to indicate current mode |
| Disable LEDs modes | :material-led-variant-off: Full disable and Night :material-weather-night: |
| Code | XZG is developed, coded and tested in Ukraine 🇺🇦 |
| Build | :fontawesome-brands-github: All builds are published using GitHub Actions. No more manual publishing of binaries. |
| | |
| :-------------------- | :------------------------------------------------------------------------------------------------------------------------: |
| Localized Translation | <div class="badges">🇬🇧 🇺🇦 🇨🇳 🇪🇸 🇵🇹 🇷🇺 🇫🇷 🇩🇪 🇯🇵 🇹🇷 🇮🇹 🇵🇱</div> |
| Zigbee OTA | Install new Zigbee firmware or change role <span style="color:red">Coordinator</span> / <span style="color:green">Router</span> / <span style="color:blue">OpenThread</span> using **only web UI** of your gateway 🚀 |
| Web UI theme | 🌞 Light *or* Dark 🌑 |
| Zigbee mode | :material-lan: Network *or* USB :fontawesome-brands-usb: |
| Network mode | :material-ethernet: RJ45 **and** Wi-Fi :material-wifi: *(simultaneously)* |
| VPN support | :simple-wireguard: WireGuard |
| MQTT client | :simple-mqtt: Publish gateway states to brokers and subscribes for commands |
| Access point | :material-antenna: If there isn't available any wire and wireless connection |
| NTP client | :material-clock: Yes |
| Custom DNS servers | :material-dns: Yes *(when DHCP is **off**)*, Ethernet and WiFi |
| Realtime web updates | :material-run-fast: Without page refreshing |
| Button | :material-button-pointer: Change current modes, factory reset :material-factory: |
| LEDs | :material-led-on: Different blinks helps to indicate current mode |
| Disable LEDs modes | :material-led-variant-off: Full disable and Night :material-weather-night: |
| Code | XZG is developed, coded and tested in Ukraine 🇺🇦 |
| Build | :fontawesome-brands-github: All builds are published using GitHub Actions. No more manual publishing of binaries. |

## 🎮 Supported devices

Expand Down

0 comments on commit d575dfd

Please sign in to comment.