Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Commit 515607c

Browse files
committed
Updated Readme
1 parent 7daa55a commit 515607c

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,12 @@ parking = Entity.load(SmartDataModels.SmartCities.Parking.OffStreetParking)
186186
```
187187

188188
Once loaded we can manipulate our new parking the same way we've done until now.<br>
189-
For the moment just see how it is occupied.
189+
First apply this minor fix that will prevent brokers to create the parking.
190+
```python
191+
parking.ctx.remove("iudx:SmartParking") # brokers won't resolve this context without any additional config
192+
```
193+
194+
Let's see how it is occupied.
190195

191196
```python
192197
n_total = parking["totalSpotNumber"].value

0 commit comments

Comments
 (0)