feat: admit signed dynamic world surface module
This commit is contained in:
parent
292889f934
commit
2b1f5d47fd
18 changed files with 584 additions and 14 deletions
|
|
@ -76,7 +76,8 @@
|
|||
"get_mobile_sync_status",
|
||||
"rotate_mobile_pairing",
|
||||
"stop_mobile_sync",
|
||||
"get_mobile_sync_snapshot"
|
||||
"get_mobile_sync_snapshot",
|
||||
"get_world_climate"
|
||||
],
|
||||
"input_wrapper_aliases": [
|
||||
"confirm_hololake_update_install",
|
||||
|
|
@ -372,6 +373,11 @@
|
|||
"module_number": "HLP-NIPC-MOD-0030",
|
||||
"target_number": "HLP-NIPC-TGT-0030",
|
||||
"internal_name": "mobile_sync"
|
||||
},
|
||||
{
|
||||
"module_number": "HLP-NIPC-MOD-0031",
|
||||
"target_number": "HLP-NIPC-TGT-0031",
|
||||
"internal_name": "world_climate"
|
||||
}
|
||||
],
|
||||
"operations": [
|
||||
|
|
@ -1980,6 +1986,17 @@
|
|||
"admission": "VERIFIED_HUMAN_ROUTE",
|
||||
"effect": "READ_OR_STATUS",
|
||||
"payload_schema": "hololake.numbered-ipc.payload/get_mobile_sync_snapshot/v1"
|
||||
},
|
||||
{
|
||||
"operation_number": "HLP-NIPC-OP-0147",
|
||||
"alias": "get_world_climate",
|
||||
"handler": "world_climate::get_world_climate",
|
||||
"channel_number": "HLP-NIPC-CH-0002",
|
||||
"module_number": "HLP-NIPC-MOD-0031",
|
||||
"target_number": "HLP-NIPC-TGT-0031",
|
||||
"admission": "VERIFIED_HUMAN_ROUTE",
|
||||
"effect": "READ_OR_STATUS",
|
||||
"payload_schema": "hololake.numbered-ipc.payload/get_world_climate/v1"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue