Zeilenumbruch im ThingSpeak Status

Ingolf Stumpp 2023-6-8
最新活动Christopher Stapels 回复于 2023-6-12

Wie füge ich einen Zeilenumbruch mit ThingSpeak.setStatus(Text mit Zeilenumbruch)ein?
0D 0A funktioniert nicht.
Ingolf
Ingolf 2023-6-9
Der Zeilenumbruch wird benötigt um die Adressen im Channel Status vernünfig formatiert darzustellen.
Christopher Stapels
Christopher Stapels 2023-6-12
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 2023-6-8
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.

标签

尚未输入任何标签。