mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-01-20 11:28:46 +00:00
Update properties > metadata in gateway API.
This commit is contained in:
parent
a864bd2e5d
commit
0b7ee05c6f
@ -98,7 +98,7 @@ impl GatewayService for Gateway {
|
|||||||
}),
|
}),
|
||||||
tenant_id: gw.tenant_id.to_string(),
|
tenant_id: gw.tenant_id.to_string(),
|
||||||
tags: gw.tags.into_hashmap(),
|
tags: gw.tags.into_hashmap(),
|
||||||
properties: gw.properties.into_hashmap(),
|
metadata: gw.properties.into_hashmap(),
|
||||||
}),
|
}),
|
||||||
created_at: Some(helpers::datetime_to_prost_timestamp(&gw.created_at)),
|
created_at: Some(helpers::datetime_to_prost_timestamp(&gw.created_at)),
|
||||||
updated_at: Some(helpers::datetime_to_prost_timestamp(&gw.updated_at)),
|
updated_at: Some(helpers::datetime_to_prost_timestamp(&gw.updated_at)),
|
||||||
|
Loading…
Reference in New Issue
Block a user