File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 71
71
Type : "Switch" , AdditionalProperties : map [string ]any {},
72
72
},
73
73
},
74
+ AdditionalProperties : map [string ]any {},
74
75
}
75
76
76
77
dashboardNoOptions = & iotclient.Dashboardv2 {
81
82
Type : "Switch" , AdditionalProperties : map [string ]any {},
82
83
},
83
84
},
85
+ AdditionalProperties : map [string ]any {},
84
86
}
85
87
86
88
dashboardWithVariable = & iotclient.Dashboardv2 {
91
93
Variables : []string {switchyID }, AdditionalProperties : map [string ]any {},
92
94
},
93
95
},
96
+ AdditionalProperties : map [string ]any {},
94
97
}
95
98
96
99
dashboardVariableOverride = & iotclient.Dashboardv2 {
@@ -101,6 +104,7 @@ var (
101
104
Variables : []string {switchyOverriddenID }, AdditionalProperties : map [string ]any {},
102
105
},
103
106
},
107
+ AdditionalProperties : map [string ]any {},
104
108
}
105
109
106
110
dashboardTwoWidgets = & iotclient.Dashboardv2 {
@@ -115,6 +119,7 @@ var (
115
119
Variables : []string {relayID }, AdditionalProperties : map [string ]any {},
116
120
},
117
121
},
122
+ AdditionalProperties : map [string ]any {},
118
123
}
119
124
)
120
125
You can’t perform that action at this time.
0 commit comments