Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hallo ist es eigentlich möglich, eine Structure oder ähnliches im ioBroker als Objekt zu speichern, z.B. so etwas:
struct Prot_Struct{ char Name[28]; // Meldungstext char Zeit[18]; // Zeit };
@hanss Structure und Object sind (fast) das Gleiche, nur die Deklaration ist in Javascript etwas anders.
var Prot_Struct = { Name: '', Zeit: '' };