Skip to content

Commit

Permalink
api: Update device entity map and api definition
Browse files Browse the repository at this point in the history
  • Loading branch information
vlasebian committed Jan 9, 2025
1 parent 086bc59 commit 3e5b433
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 1 deletion.
37 changes: 37 additions & 0 deletions sdk/js/generated/api-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -4887,6 +4887,7 @@
"mac_state.last_network_initiated_downlink_at",
"mac_state.lorawan_version",
"mac_state.pending_application_downlink",
"mac_state.pending_application_downlink.attributes",
"mac_state.pending_application_downlink.class_b_c",
"mac_state.pending_application_downlink.class_b_c.absolute_time",
"mac_state.pending_application_downlink.class_b_c.gateways",
Expand All @@ -4895,8 +4896,22 @@
"mac_state.pending_application_downlink.f_cnt",
"mac_state.pending_application_downlink.f_port",
"mac_state.pending_application_downlink.frm_payload",
"mac_state.pending_application_downlink.locations",
"mac_state.pending_application_downlink.network_ids",
"mac_state.pending_application_downlink.network_ids.cluster_address",
"mac_state.pending_application_downlink.network_ids.cluster_id",
"mac_state.pending_application_downlink.network_ids.net_id",
"mac_state.pending_application_downlink.network_ids.ns_id",
"mac_state.pending_application_downlink.network_ids.tenant_address",
"mac_state.pending_application_downlink.network_ids.tenant_id",
"mac_state.pending_application_downlink.priority",
"mac_state.pending_application_downlink.session_key_id",
"mac_state.pending_application_downlink.version_ids",
"mac_state.pending_application_downlink.version_ids.band_id",
"mac_state.pending_application_downlink.version_ids.brand_id",
"mac_state.pending_application_downlink.version_ids.firmware_version",
"mac_state.pending_application_downlink.version_ids.hardware_version",
"mac_state.pending_application_downlink.version_ids.model_id",
"mac_state.pending_relay_downlink",
"mac_state.pending_relay_downlink.raw_payload",
"mac_state.pending_requests",
Expand Down Expand Up @@ -5503,6 +5518,13 @@
"mac_state.pending_application_downlink.f_cnt",
"mac_state.pending_application_downlink.f_port",
"mac_state.pending_application_downlink.frm_payload",
"mac_state.pending_application_downlink.network_ids",
"mac_state.pending_application_downlink.network_ids.cluster_address",
"mac_state.pending_application_downlink.network_ids.cluster_id",
"mac_state.pending_application_downlink.network_ids.net_id",
"mac_state.pending_application_downlink.network_ids.ns_id",
"mac_state.pending_application_downlink.network_ids.tenant_address",
"mac_state.pending_application_downlink.network_ids.tenant_id",
"mac_state.pending_application_downlink.priority",
"mac_state.pending_application_downlink.session_key_id",
"mac_state.pending_relay_downlink",
Expand Down Expand Up @@ -6099,6 +6121,7 @@
"mac_state.last_network_initiated_downlink_at",
"mac_state.lorawan_version",
"mac_state.pending_application_downlink",
"mac_state.pending_application_downlink.attributes",
"mac_state.pending_application_downlink.class_b_c",
"mac_state.pending_application_downlink.class_b_c.absolute_time",
"mac_state.pending_application_downlink.class_b_c.gateways",
Expand All @@ -6107,8 +6130,22 @@
"mac_state.pending_application_downlink.f_cnt",
"mac_state.pending_application_downlink.f_port",
"mac_state.pending_application_downlink.frm_payload",
"mac_state.pending_application_downlink.locations",
"mac_state.pending_application_downlink.network_ids",
"mac_state.pending_application_downlink.network_ids.cluster_address",
"mac_state.pending_application_downlink.network_ids.cluster_id",
"mac_state.pending_application_downlink.network_ids.net_id",
"mac_state.pending_application_downlink.network_ids.ns_id",
"mac_state.pending_application_downlink.network_ids.tenant_address",
"mac_state.pending_application_downlink.network_ids.tenant_id",
"mac_state.pending_application_downlink.priority",
"mac_state.pending_application_downlink.session_key_id",
"mac_state.pending_application_downlink.version_ids",
"mac_state.pending_application_downlink.version_ids.band_id",
"mac_state.pending_application_downlink.version_ids.brand_id",
"mac_state.pending_application_downlink.version_ids.firmware_version",
"mac_state.pending_application_downlink.version_ids.hardware_version",
"mac_state.pending_application_downlink.version_ids.model_id",
"mac_state.pending_relay_downlink",
"mac_state.pending_relay_downlink.raw_payload",
"mac_state.pending_requests",
Expand Down
66 changes: 65 additions & 1 deletion sdk/js/generated/device-entity-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -2091,6 +2091,10 @@
"ns",
"ns"
],
"attributes": [
"ns",
"read_only"
],
"class_b_c": {
"_root": [
"ns",
Expand Down Expand Up @@ -2125,14 +2129,74 @@
"ns",
"ns"
],
"locations": [
"ns",
"read_only"
],
"network_ids": {
"_root": [
"ns",
"ns"
],
"cluster_address": [
"ns",
"ns"
],
"cluster_id": [
"ns",
"ns"
],
"net_id": [
"ns",
"ns"
],
"ns_id": [
"ns",
"ns"
],
"tenant_address": [
"ns",
"ns"
],
"tenant_id": [
"ns",
"ns"
]
},
"priority": [
"ns",
"ns"
],
"session_key_id": [
"ns",
"ns"
]
],
"version_ids": {
"_root": [
"ns",
"read_only"
],
"band_id": [
"ns",
"read_only"
],
"brand_id": [
"ns",
"read_only"
],
"firmware_version": [
"ns",
"read_only"
],
"hardware_version": [
"ns",
"read_only"
],
"model_id": [
"ns",
"read_only"
]
}
},
"pending_relay_downlink": {
"_root": [
Expand Down

0 comments on commit 3e5b433

Please sign in to comment.