We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3455f42 commit 37c2fbaCopy full SHA for 37c2fba
README.md
@@ -246,6 +246,7 @@ The path from the methods above should start with "pi:" (if your stream is a PI
246
pi_attribute_web_id_info = client.webIdHelper.get_web_id_info(pi_attribute_web_id)
247
pi_element_web_id_info= client.webIdHelper.get_web_id_info(pi_element_web_id)
248
pi_dataServer_web_id_info = client.webIdHelper.get_web_id_info(pi_data_server_web_id)
249
+```
250
251
### StreamUpdates
252
@@ -264,7 +265,7 @@ The path from the methods above should start with "pi:" (if your stream is a PI
264
265
time.sleep(30)
266
k = k-1
267
self.assertTrue(events.__len__() > 0)
-
268
269
270
271
0 commit comments