We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52779c6 commit acdd659Copy full SHA for acdd659
internal/template/dashboard.go
@@ -75,7 +75,7 @@ func getVariableID(thingID string, variableName string, fetcher ThingFetcher) (s
75
}
76
77
for _, v := range thing.Properties {
78
- if v.Name == variableName {
+ if v.VariableName == variableName {
79
return v.Id, nil
80
81
0 commit comments