package config type Device struct { DeviceID string `json:"device_id"` DeviceName string `json:"device_name"` DeviceLocation string `json:"device_location"` }