Important notes strings

Files containing objects of type string

The parsing of files containing string objects can be very strict. If you want to set an object to TRUE, then you should create a file containg only four characters:

TRUE
Many objects are also case sensitive.

Note! The file should not contain any more characters! No spaces, no CR, no nothing!

One way to create such a file is to use this command:

echo -n "TRUE" > trueobject.txt

The size of the file is easily verified with ls -l. It should be 4 in this case.

The created file is then transmitted on the desired infocast channel as a file.