From 6ffde9a8cfe02f439494f1158a2d415052e4ab9c Mon Sep 17 00:00:00 2001 From: Will Dewhurst <34936646+dewhurstwill@users.noreply.github.com> Date: Sat, 22 May 2021 22:56:46 +0100 Subject: [PATCH] Fixing typo: 192.1.68.0.2 => 192.168.0.2 Fixing typo: 192.1.68.0.2 => 192.168.0.2 --- home-automation/02-device-registry/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home-automation/02-device-registry/README.md b/home-automation/02-device-registry/README.md index 169be9c..f8ddcc1 100644 --- a/home-automation/02-device-registry/README.md +++ b/home-automation/02-device-registry/README.md @@ -29,7 +29,7 @@ Subsequent response definitions will only detail the expected value of the `data "identifier": "floor-lamp", "name": "Floor Lamp", "device_type": "switch", - "controller_gateway": "192.1.68.0.2" + "controller_gateway": "192.168.0.2" }, { "identifier": "samsung-tv", @@ -64,7 +64,7 @@ If a device with the given identifier already exists, the existing device will b "identifier": "floor-lamp", "name": "Floor Lamp", "device_type": "switch", - "controller_gateway": "192.1.68.0.2" + "controller_gateway": "192.168.0.2" } ``` @@ -82,7 +82,7 @@ If a device with the given identifier already exists, the existing device will b "identifier": "floor-lamp", "name": "Floor Lamp", "device_type": "switch", - "controller_gateway": "192.1.68.0.2" + "controller_gateway": "192.168.0.2" } ```