Zeilenumbruch im ThingSpeak Status

Ingolf Stumpp on 8 Jun 2023
Latest activity Reply by Christopher Stapels on 12 Jun 2023

Wie füge ich einen Zeilenumbruch mit ThingSpeak.setStatus(Text mit Zeilenumbruch)ein?
0D 0A funktioniert nicht.
Ingolf
Ingolf on 9 Jun 2023
Der Zeilenumbruch wird benötigt um die Adressen im Channel Status vernünfig formatiert darzustellen.
Christopher Stapels
Christopher Stapels on 12 Jun 2023
Here is code in a MATLAB visualization where I read the status and plot it in a table:
url='https://api.thingspeak.com/channels/592680/status.json?results=8';
out=webread(url);
myTab=struct2table(out.feeds);
disp(myTab.(3));
Im not sure its possible to do what you want in the status window widget.
Christopher Stapels
Christopher Stapels on 8 Jun 2023
How to insert a line break with ThingSpeak.setStatus(text with line break)?
Can you describe why you want a line break? There may be other better ways to display text data on your channel if that is what youa re trying for.

Tags

No tags entered yet.