We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e21d68 commit 73a6118Copy full SHA for 73a6118
internal/template/extract.go
@@ -32,6 +32,7 @@ import (
32
func FromThing(thing *iotclient.ArduinoThing) map[string]interface{} {
33
template := make(map[string]interface{})
34
template["name"] = thing.Name
35
+ template["timezone"] = thing.Timezone
36
37
// Extract template from thing structure
38
var props []map[string]interface{}
0 commit comments