You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2020/05/15 14:51:44 UTC

[plc4x] 01/02: - Disabled the TriggeredScraperImplTest

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch rel/0.7
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit 3277be5e145fffadad1b3a4fff8ab5d1ed660f79
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Fri May 15 16:47:26 2020 +0200

    - Disabled the TriggeredScraperImplTest
---
 plc4j/integrations/apache-camel/src/main/docs/PLC4X.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/plc4j/integrations/apache-camel/src/main/docs/PLC4X.adoc b/plc4j/integrations/apache-camel/src/main/docs/PLC4X.adoc
index 4b0dfc8..4724e0f 100644
--- a/plc4j/integrations/apache-camel/src/main/docs/PLC4X.adoc
+++ b/plc4j/integrations/apache-camel/src/main/docs/PLC4X.adoc
@@ -60,5 +60,5 @@ read from the PLC.
 To write data to the PLC, we also use a `Map`. The difference with the Producer is that the `Value` of the Map has also to
 be a Map. Also, this `Map` has to be set into the `Body` of the `Message`
 
-// endpoint options: START
-// endpoint options: END
\ No newline at end of file
+The used `Map` would be a `Map<String,Map<String,Object>` where the `Map<String,Object>` represent the Query and the
+data we want to write to it.