From 45d3db2bfd2024a648c921a41b1cf25ce27954ab Mon Sep 17 00:00:00 2001 From: Reinier van Mourik <122060945+TAU-Reinier@users.noreply.github.com> Date: Tue, 27 Jan 2026 14:33:25 -0800 Subject: [PATCH] Update doc: update scan_ip_range to scan_subnet The endpoint to scan an IP range for BACnet devices was changed in aae81b5 to scan_subnet from scan_ip_range, and the keyword in the form data to "subnet" from "network_str" --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 23a2d76..17e8944 100644 --- a/README.md +++ b/README.md @@ -113,9 +113,9 @@ Access the UI here: [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs) - **Tip:** Use this if you know your BACnet device is on the same network as your Windows host. You can use the returned IP to determine the correct subnet for scanning. 4. **Scan for BACnet Devices** - - **POST /bacnet/scan_ip_range** - - **Form Data:** `network_str` (CIDR, e.g., `192.168.1.0/24`) - - **Description:** Scans the given IP range for BACnet devices and returns a list of discovered devices with their identifiers and object names. + - **POST /bacnet/scan_subnet** + - **Form Data:** `subnet` (CIDR, e.g., `192.168.1.0/24`) + - **Description:** Scans the given subnet for BACnet devices and returns a list of discovered devices with their identifiers and object names. - **Returns (success):** ```json {