Skip to content

Commit e4e7a67

Browse files
committed
docs: describe the code generation process more precisely
1 parent a82ea40 commit e4e7a67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ module is set to demjson3 per default. The backend can be modified by calling
136136

137137
Since version 2.0.0 this client can be used with more general data models than SensorThings hosted by FROST servers with active OData plugin. Up to now only a subset of OData is supported.
138138

139-
For this purpose the client provides a command line interface for generating a service module containing the URL of the FROST server in use as well as source code for the Python classes corresponding to the data model contained in the server. It is called like this:
139+
For this purpose the client provides a command line interface for generating a Python module implementing the data model contained in the server in use. It is called like this:
140140
```bash
141141
frost-codegen --url http://localhost:8080/FROST-Server/ODATA_4.01 --output-dir my_data_model
142142
```

0 commit comments

Comments
 (0)