68
68
Widgets : []iotclient.Widget {
69
69
{Name : toStringPointer ("Switch-name" ), Height : 1 , HeightMobile : toInt64Pointer (2 ), Width : 3 , WidthMobile : toInt64Pointer (4 ),
70
70
X : 5 , XMobile : toInt64Pointer (6 ), Y : 7 , YMobile : toInt64Pointer (8 ), Options : map [string ]interface {}{"showLabels" : true },
71
- Type : "Switch" ,
71
+ Type : "Switch" , AdditionalProperties : map [ string ] any {},
72
72
},
73
73
},
74
74
}
78
78
Widgets : []iotclient.Widget {
79
79
{Name : toStringPointer ("Switch-name" ), Height : 1 , HeightMobile : toInt64Pointer (2 ), Width : 3 , WidthMobile : toInt64Pointer (4 ),
80
80
X : 5 , XMobile : toInt64Pointer (6 ), Y : 7 , YMobile : toInt64Pointer (8 ), Options : map [string ]interface {}{},
81
- Type : "Switch" ,
81
+ Type : "Switch" , AdditionalProperties : map [ string ] any {},
82
82
},
83
83
},
84
84
}
88
88
Widgets : []iotclient.Widget {
89
89
{Name : toStringPointer ("Switch-name" ), Height : 1 , HeightMobile : toInt64Pointer (2 ), Width : 3 , WidthMobile : toInt64Pointer (4 ),
90
90
X : 5 , XMobile : toInt64Pointer (6 ), Y : 7 , YMobile : toInt64Pointer (8 ), Options : map [string ]interface {}{"showLabels" : true }, Type : "Switch" ,
91
- Variables : []string {switchyID },
91
+ Variables : []string {switchyID }, AdditionalProperties : map [ string ] any {},
92
92
},
93
93
},
94
94
}
98
98
Widgets : []iotclient.Widget {
99
99
{Name : toStringPointer ("Switch-name" ), Height : 1 , HeightMobile : toInt64Pointer (2 ), Width : 3 , WidthMobile : toInt64Pointer (4 ),
100
100
X : 5 , XMobile : toInt64Pointer (6 ), Y : 7 , YMobile : toInt64Pointer (8 ), Options : map [string ]interface {}{"showLabels" : true }, Type : "Switch" ,
101
- Variables : []string {switchyOverriddenID },
101
+ Variables : []string {switchyOverriddenID }, AdditionalProperties : map [ string ] any {},
102
102
},
103
103
},
104
104
}
@@ -108,11 +108,11 @@ var (
108
108
Widgets : []iotclient.Widget {
109
109
{Name : toStringPointer ("blink_speed" ), Height : 7 , Width : 8 ,
110
110
X : 7 , Y : 5 , Options : map [string ]interface {}{"min" : float64 (0 ), "max" : float64 (5000 )}, Type : "Slider" ,
111
- Variables : []string {blinkSpeedID },
111
+ Variables : []string {blinkSpeedID }, AdditionalProperties : map [ string ] any {},
112
112
},
113
113
{Name : toStringPointer ("relay_2" ), Height : 5 , Width : 5 ,
114
114
X : 5 , Y : 0 , Options : map [string ]interface {}{"showLabels" : true }, Type : "Switch" ,
115
- Variables : []string {relayID },
115
+ Variables : []string {relayID }, AdditionalProperties : map [ string ] any {},
116
116
},
117
117
},
118
118
}
0 commit comments