wandelbots-api-client 25.8.0.dev77__py3-none-any.whl → 25.11.0.dev12__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (637) hide show
  1. wandelbots_api_client/__init__.py +2 -3
  2. wandelbots_api_client/api/__init__.py +2 -0
  3. wandelbots_api_client/api/application_api.py +1 -2
  4. wandelbots_api_client/api/cell_api.py +1 -2
  5. wandelbots_api_client/api/controller_api.py +10 -5
  6. wandelbots_api_client/api/controller_ios_api.py +3 -6
  7. wandelbots_api_client/api/coordinate_systems_api.py +1 -2
  8. wandelbots_api_client/api/device_configuration_api.py +1 -2
  9. wandelbots_api_client/api/library_program_api.py +1 -2
  10. wandelbots_api_client/api/library_program_metadata_api.py +1 -2
  11. wandelbots_api_client/api/library_recipe_api.py +1 -2
  12. wandelbots_api_client/api/library_recipe_metadata_api.py +1 -2
  13. wandelbots_api_client/api/license_api.py +1 -2
  14. wandelbots_api_client/api/motion_api.py +17 -6
  15. wandelbots_api_client/api/motion_group_api.py +1 -2
  16. wandelbots_api_client/api/motion_group_infos_api.py +3 -2
  17. wandelbots_api_client/api/motion_group_jogging_api.py +11 -6
  18. wandelbots_api_client/api/motion_group_kinematic_api.py +1 -2
  19. wandelbots_api_client/api/program_api.py +1 -2
  20. wandelbots_api_client/api/program_operator_api.py +1 -2
  21. wandelbots_api_client/api/program_values_api.py +1 -2
  22. wandelbots_api_client/api/store_collision_components_api.py +10 -8
  23. wandelbots_api_client/api/store_collision_scenes_api.py +1 -2
  24. wandelbots_api_client/api/store_object_api.py +1 -2
  25. wandelbots_api_client/api/system_api.py +1 -2
  26. wandelbots_api_client/api/version_api.py +284 -0
  27. wandelbots_api_client/api/virtual_robot_api.py +1 -2
  28. wandelbots_api_client/api/virtual_robot_behavior_api.py +6 -4
  29. wandelbots_api_client/api/virtual_robot_mode_api.py +1 -2
  30. wandelbots_api_client/api/virtual_robot_setup_api.py +1 -2
  31. wandelbots_api_client/api_client.py +14 -7
  32. wandelbots_api_client/configuration.py +18 -7
  33. wandelbots_api_client/exceptions.py +1 -1
  34. wandelbots_api_client/models/__init__.py +3 -4
  35. wandelbots_api_client/models/abb_controller.py +5 -5
  36. wandelbots_api_client/models/abb_controller_egm_server.py +3 -3
  37. wandelbots_api_client/models/activate_license_request.py +2 -2
  38. wandelbots_api_client/models/add_request.py +3 -3
  39. wandelbots_api_client/models/all_joint_positions_request.py +3 -3
  40. wandelbots_api_client/models/all_joint_positions_response.py +2 -2
  41. wandelbots_api_client/models/api_version.py +91 -0
  42. wandelbots_api_client/models/app.py +8 -8
  43. wandelbots_api_client/models/array_input.py +2 -2
  44. wandelbots_api_client/models/array_output.py +2 -2
  45. wandelbots_api_client/models/behavior.py +1 -1
  46. wandelbots_api_client/models/blending_auto.py +3 -3
  47. wandelbots_api_client/models/blending_position.py +3 -3
  48. wandelbots_api_client/models/box.py +5 -5
  49. wandelbots_api_client/models/box2.py +6 -6
  50. wandelbots_api_client/models/box3.py +6 -6
  51. wandelbots_api_client/models/capsule.py +3 -3
  52. wandelbots_api_client/models/capsule2.py +4 -4
  53. wandelbots_api_client/models/capsule3.py +4 -4
  54. wandelbots_api_client/models/capture.py +2 -2
  55. wandelbots_api_client/models/cell.py +4 -4
  56. wandelbots_api_client/models/circle.py +3 -3
  57. wandelbots_api_client/models/code_with_arguments.py +7 -6
  58. wandelbots_api_client/models/collection_value.py +1 -1
  59. wandelbots_api_client/models/collider.py +4 -4
  60. wandelbots_api_client/models/collider_input.py +4 -4
  61. wandelbots_api_client/models/collider_output.py +4 -4
  62. wandelbots_api_client/models/collider_output_shape.py +1 -1
  63. wandelbots_api_client/models/collider_shape.py +1 -41
  64. wandelbots_api_client/models/collision.py +7 -7
  65. wandelbots_api_client/models/collision_contact.py +3 -3
  66. wandelbots_api_client/models/collision_motion_group.py +7 -6
  67. wandelbots_api_client/models/collision_motion_group_assembly.py +9 -8
  68. wandelbots_api_client/models/collision_robot_configuration_input.py +12 -10
  69. wandelbots_api_client/models/collision_robot_configuration_output.py +12 -10
  70. wandelbots_api_client/models/collision_scene.py +11 -9
  71. wandelbots_api_client/models/collision_scene_assembly.py +14 -12
  72. wandelbots_api_client/models/command.py +7 -7
  73. wandelbots_api_client/models/command_settings.py +4 -4
  74. wandelbots_api_client/models/comparator.py +1 -1
  75. wandelbots_api_client/models/compound.py +2 -2
  76. wandelbots_api_client/models/container_environment_inner.py +3 -3
  77. wandelbots_api_client/models/container_image.py +4 -4
  78. wandelbots_api_client/models/container_image_secrets_inner.py +2 -2
  79. wandelbots_api_client/models/container_resources.py +2 -2
  80. wandelbots_api_client/models/container_storage.py +3 -3
  81. wandelbots_api_client/models/controller_capabilities.py +3 -3
  82. wandelbots_api_client/models/controller_instance.py +9 -9
  83. wandelbots_api_client/models/controller_instance_list.py +2 -2
  84. wandelbots_api_client/models/convex_hull.py +2 -2
  85. wandelbots_api_client/models/convex_hull2.py +3 -3
  86. wandelbots_api_client/models/convex_hull3.py +3 -3
  87. wandelbots_api_client/models/coordinate_system.py +6 -6
  88. wandelbots_api_client/models/coordinate_systems.py +2 -2
  89. wandelbots_api_client/models/create_device_request_inner.py +1 -1
  90. wandelbots_api_client/models/create_program_run200_response.py +2 -2
  91. wandelbots_api_client/models/create_program_run_request.py +2 -2
  92. wandelbots_api_client/models/create_trigger200_response.py +2 -2
  93. wandelbots_api_client/models/create_trigger_request.py +7 -7
  94. wandelbots_api_client/models/cubic_spline.py +2 -2
  95. wandelbots_api_client/models/cubic_spline_cubic_spline_parameter.py +3 -3
  96. wandelbots_api_client/models/cubic_spline_parameter.py +3 -3
  97. wandelbots_api_client/models/cycle_time.py +2 -2
  98. wandelbots_api_client/models/cylinder.py +3 -3
  99. wandelbots_api_client/models/cylinder2.py +4 -4
  100. wandelbots_api_client/models/cylinder3.py +4 -4
  101. wandelbots_api_client/models/dh_parameter.py +6 -6
  102. wandelbots_api_client/models/direction.py +1 -1
  103. wandelbots_api_client/models/direction_jogging_request.py +10 -10
  104. wandelbots_api_client/models/error.py +3 -3
  105. wandelbots_api_client/models/execute_trajectory_request.py +1 -1
  106. wandelbots_api_client/models/execute_trajectory_response.py +1 -1
  107. wandelbots_api_client/models/execution_result.py +4 -4
  108. wandelbots_api_client/models/external_joint_stream_datapoint.py +3 -3
  109. wandelbots_api_client/models/external_joint_stream_datapoint_value.py +5 -5
  110. wandelbots_api_client/models/fanuc_controller.py +3 -3
  111. wandelbots_api_client/models/feedback_collision.py +5 -5
  112. wandelbots_api_client/models/feedback_joint_limit_exceeded.py +4 -4
  113. wandelbots_api_client/models/feedback_out_of_workspace.py +3 -3
  114. wandelbots_api_client/models/feedback_singularity.py +4 -4
  115. wandelbots_api_client/models/flag.py +2 -2
  116. wandelbots_api_client/models/force_vector.py +4 -4
  117. wandelbots_api_client/models/geometry.py +12 -12
  118. wandelbots_api_client/models/get_all_program_runs200_response.py +2 -2
  119. wandelbots_api_client/models/get_all_triggers200_response.py +2 -2
  120. wandelbots_api_client/models/get_mode_response.py +2 -2
  121. wandelbots_api_client/models/get_trajectory_response.py +2 -2
  122. wandelbots_api_client/models/get_trajectory_sample_response.py +2 -2
  123. wandelbots_api_client/models/google_protobuf_any.py +2 -2
  124. wandelbots_api_client/models/http_exception_response.py +2 -2
  125. wandelbots_api_client/models/http_validation_error.py +2 -2
  126. wandelbots_api_client/models/http_validation_error2.py +2 -2
  127. wandelbots_api_client/models/image_credentials.py +4 -4
  128. wandelbots_api_client/models/info_service_capabilities.py +8 -8
  129. wandelbots_api_client/models/initialize_movement_request.py +6 -6
  130. wandelbots_api_client/models/initialize_movement_response.py +2 -2
  131. wandelbots_api_client/models/initialize_movement_response_init_response.py +3 -3
  132. wandelbots_api_client/models/io.py +6 -6
  133. wandelbots_api_client/models/io_description.py +10 -10
  134. wandelbots_api_client/models/io_value.py +5 -5
  135. wandelbots_api_client/models/ios.py +2 -2
  136. wandelbots_api_client/models/jogging_response.py +4 -4
  137. wandelbots_api_client/models/jogging_service_capabilities.py +3 -3
  138. wandelbots_api_client/models/joint_jogging_request.py +6 -6
  139. wandelbots_api_client/models/joint_limit.py +5 -5
  140. wandelbots_api_client/models/joint_limit_exceeded.py +3 -3
  141. wandelbots_api_client/models/joint_position_request.py +4 -4
  142. wandelbots_api_client/models/joint_trajectory.py +4 -4
  143. wandelbots_api_client/models/joints.py +2 -2
  144. wandelbots_api_client/models/kinematic_service_capabilities.py +4 -4
  145. wandelbots_api_client/models/kuka_controller.py +10 -8
  146. wandelbots_api_client/models/kuka_controller_rsi_server.py +3 -3
  147. wandelbots_api_client/models/license.py +11 -11
  148. wandelbots_api_client/models/license_status.py +3 -3
  149. wandelbots_api_client/models/license_status_enum.py +1 -1
  150. wandelbots_api_client/models/limit_settings.py +13 -13
  151. wandelbots_api_client/models/limits_override.py +7 -7
  152. wandelbots_api_client/models/list_devices200_response_inner.py +1 -1
  153. wandelbots_api_client/models/list_io_descriptions_response.py +2 -2
  154. wandelbots_api_client/models/list_io_values_response.py +2 -2
  155. wandelbots_api_client/models/list_payloads_response.py +2 -2
  156. wandelbots_api_client/models/list_program_metadata_response.py +2 -2
  157. wandelbots_api_client/models/list_recipe_metadata_response.py +2 -2
  158. wandelbots_api_client/models/list_response.py +2 -2
  159. wandelbots_api_client/models/list_tcps_response.py +2 -2
  160. wandelbots_api_client/models/manufacturer.py +1 -1
  161. wandelbots_api_client/models/mode_change_response.py +5 -5
  162. wandelbots_api_client/models/motion_command.py +4 -4
  163. wandelbots_api_client/models/motion_command_blending.py +1 -1
  164. wandelbots_api_client/models/motion_command_path.py +1 -1
  165. wandelbots_api_client/models/motion_group_behavior_getter.py +2 -2
  166. wandelbots_api_client/models/motion_group_info.py +4 -4
  167. wandelbots_api_client/models/motion_group_infos.py +2 -2
  168. wandelbots_api_client/models/motion_group_instance.py +6 -6
  169. wandelbots_api_client/models/motion_group_instance_list.py +2 -2
  170. wandelbots_api_client/models/motion_group_joints.py +5 -5
  171. wandelbots_api_client/models/motion_group_physical.py +6 -6
  172. wandelbots_api_client/models/motion_group_specification.py +3 -3
  173. wandelbots_api_client/models/motion_group_state.py +13 -13
  174. wandelbots_api_client/models/motion_group_state_joint_limit_reached.py +2 -2
  175. wandelbots_api_client/models/motion_group_state_response.py +3 -3
  176. wandelbots_api_client/models/motion_id.py +2 -2
  177. wandelbots_api_client/models/motion_ids_list_response.py +2 -2
  178. wandelbots_api_client/models/motion_vector.py +4 -4
  179. wandelbots_api_client/models/mounting.py +3 -3
  180. wandelbots_api_client/models/move_request.py +9 -9
  181. wandelbots_api_client/models/move_response.py +3 -3
  182. wandelbots_api_client/models/move_to_trajectory_via_joint_ptp_request.py +5 -5
  183. wandelbots_api_client/models/movement.py +2 -2
  184. wandelbots_api_client/models/movement_error.py +2 -2
  185. wandelbots_api_client/models/movement_error_error.py +2 -2
  186. wandelbots_api_client/models/movement_movement.py +4 -4
  187. wandelbots_api_client/models/op_mode.py +2 -2
  188. wandelbots_api_client/models/opcua_node_value_trigger_config.py +4 -4
  189. wandelbots_api_client/models/opcua_node_value_trigger_config_node_value.py +1 -1
  190. wandelbots_api_client/models/optimizer_setup.py +8 -8
  191. wandelbots_api_client/models/out_of_workspace.py +2 -2
  192. wandelbots_api_client/models/path.py +2 -2
  193. wandelbots_api_client/models/path_cartesian_ptp.py +3 -3
  194. wandelbots_api_client/models/path_circle.py +4 -4
  195. wandelbots_api_client/models/path_cubic_spline.py +3 -3
  196. wandelbots_api_client/models/path_joint_ptp.py +3 -3
  197. wandelbots_api_client/models/path_line.py +3 -3
  198. wandelbots_api_client/models/pause_movement_request.py +3 -3
  199. wandelbots_api_client/models/pause_movement_response.py +2 -2
  200. wandelbots_api_client/models/pause_movement_response_pause_response.py +3 -3
  201. wandelbots_api_client/models/pause_on_io.py +3 -3
  202. wandelbots_api_client/models/payload.py +5 -5
  203. wandelbots_api_client/models/plan_collision_free_ptp_request.py +10 -9
  204. wandelbots_api_client/models/plan_collision_free_ptp_request_target.py +1 -1
  205. wandelbots_api_client/models/plan_failed_on_trajectory_response.py +10 -10
  206. wandelbots_api_client/models/plan_failed_response.py +8 -8
  207. wandelbots_api_client/models/plan_request.py +6 -6
  208. wandelbots_api_client/models/plan_response.py +4 -4
  209. wandelbots_api_client/models/plan_successful_response.py +3 -3
  210. wandelbots_api_client/models/plan_trajectory_failed_response.py +4 -4
  211. wandelbots_api_client/models/plan_trajectory_failed_response_error_feedback.py +1 -1
  212. wandelbots_api_client/models/plan_trajectory_request.py +10 -9
  213. wandelbots_api_client/models/plan_trajectory_response.py +2 -2
  214. wandelbots_api_client/models/plan_trajectory_response_response.py +1 -1
  215. wandelbots_api_client/models/plane2.py +2 -2
  216. wandelbots_api_client/models/plane3.py +2 -2
  217. wandelbots_api_client/models/planned_motion.py +6 -6
  218. wandelbots_api_client/models/planner_pose.py +3 -3
  219. wandelbots_api_client/models/planning_limits.py +13 -13
  220. wandelbots_api_client/models/planning_limits_limit_range.py +3 -3
  221. wandelbots_api_client/models/playback_speed_request.py +3 -3
  222. wandelbots_api_client/models/playback_speed_response.py +2 -2
  223. wandelbots_api_client/models/playback_speed_response_playback_speed_response.py +2 -2
  224. wandelbots_api_client/models/point_cloud.py +2 -2
  225. wandelbots_api_client/models/pose.py +4 -4
  226. wandelbots_api_client/models/pose2.py +3 -3
  227. wandelbots_api_client/models/program_metadata.py +7 -7
  228. wandelbots_api_client/models/program_run.py +15 -14
  229. wandelbots_api_client/models/program_run_object.py +7 -7
  230. wandelbots_api_client/models/program_run_state.py +1 -1
  231. wandelbots_api_client/models/program_runner_reference.py +3 -3
  232. wandelbots_api_client/models/pyjectory_datatypes_core_pose.py +3 -3
  233. wandelbots_api_client/models/pyjectory_datatypes_serializer_orientation.py +2 -2
  234. wandelbots_api_client/models/pyjectory_datatypes_serializer_pose.py +2 -2
  235. wandelbots_api_client/models/pyjectory_datatypes_serializer_position.py +2 -2
  236. wandelbots_api_client/models/pyriphery_etcd_etcd_configuration.py +5 -5
  237. wandelbots_api_client/models/pyriphery_hardware_isaac_isaac_configuration.py +5 -5
  238. wandelbots_api_client/models/pyriphery_opcua_opcua_configuration.py +4 -4
  239. wandelbots_api_client/models/pyriphery_pyrae_controller_controller_configuration.py +7 -7
  240. wandelbots_api_client/models/pyriphery_pyrae_robot_robot_configuration.py +8 -8
  241. wandelbots_api_client/models/pyriphery_robotics_configurable_collision_scene_configurable_collision_scene_configuration_input.py +13 -11
  242. wandelbots_api_client/models/pyriphery_robotics_configurable_collision_scene_configurable_collision_scene_configuration_output.py +13 -11
  243. wandelbots_api_client/models/pyriphery_robotics_robotcell_timer_configuration.py +3 -3
  244. wandelbots_api_client/models/pyriphery_robotics_simulation_robot_with_view_open3d_configuration.py +4 -4
  245. wandelbots_api_client/models/pyriphery_robotics_simulation_simulated_io_configuration.py +3 -3
  246. wandelbots_api_client/models/pyriphery_robotics_simulation_simulated_opcua_configuration.py +3 -3
  247. wandelbots_api_client/models/quaternion.py +5 -5
  248. wandelbots_api_client/models/recipe_metadata.py +8 -8
  249. wandelbots_api_client/models/rectangle.py +3 -3
  250. wandelbots_api_client/models/rectangle2.py +4 -4
  251. wandelbots_api_client/models/rectangle3.py +4 -4
  252. wandelbots_api_client/models/rectangular_capsule.py +4 -4
  253. wandelbots_api_client/models/rectangular_capsule2.py +5 -5
  254. wandelbots_api_client/models/rectangular_capsule3.py +5 -5
  255. wandelbots_api_client/models/release_channel.py +1 -1
  256. wandelbots_api_client/models/request.py +1 -1
  257. wandelbots_api_client/models/request1.py +1 -1
  258. wandelbots_api_client/models/response_get_value_programs_values_key_get.py +1 -1
  259. wandelbots_api_client/models/response_get_values_programs_values_get_value.py +1 -1
  260. wandelbots_api_client/models/robot_controller.py +3 -3
  261. wandelbots_api_client/models/robot_controller_configuration.py +1 -1
  262. wandelbots_api_client/models/robot_controller_state.py +8 -8
  263. wandelbots_api_client/models/robot_link_geometry.py +3 -3
  264. wandelbots_api_client/models/robot_state.py +3 -3
  265. wandelbots_api_client/models/robot_system_mode.py +1 -1
  266. wandelbots_api_client/models/robot_tcp.py +5 -5
  267. wandelbots_api_client/models/robot_tcps.py +2 -2
  268. wandelbots_api_client/models/rotation_angle_types.py +1 -1
  269. wandelbots_api_client/models/rotation_angles.py +3 -3
  270. wandelbots_api_client/models/safety_configuration.py +6 -6
  271. wandelbots_api_client/models/safety_setup.py +5 -5
  272. wandelbots_api_client/models/safety_setup_safety_settings.py +3 -3
  273. wandelbots_api_client/models/safety_setup_safety_zone.py +5 -5
  274. wandelbots_api_client/models/safety_zone.py +4 -4
  275. wandelbots_api_client/models/safety_zone_limits.py +3 -3
  276. wandelbots_api_client/models/safety_zone_violation.py +2 -2
  277. wandelbots_api_client/models/service_status.py +3 -3
  278. wandelbots_api_client/models/service_status_phase.py +1 -1
  279. wandelbots_api_client/models/service_status_severity.py +1 -1
  280. wandelbots_api_client/models/service_status_status.py +4 -4
  281. wandelbots_api_client/models/set_io.py +3 -3
  282. wandelbots_api_client/models/set_playback_speed.py +3 -3
  283. wandelbots_api_client/models/single_joint_limit.py +3 -3
  284. wandelbots_api_client/models/singularity.py +3 -3
  285. wandelbots_api_client/models/singularity_type_enum.py +1 -1
  286. wandelbots_api_client/models/sphere.py +2 -2
  287. wandelbots_api_client/models/sphere2.py +3 -3
  288. wandelbots_api_client/models/sphere3.py +3 -3
  289. wandelbots_api_client/models/standstill.py +2 -2
  290. wandelbots_api_client/models/standstill_reason.py +1 -1
  291. wandelbots_api_client/models/standstill_standstill.py +4 -4
  292. wandelbots_api_client/models/start_movement_request.py +6 -6
  293. wandelbots_api_client/models/start_on_io.py +3 -3
  294. wandelbots_api_client/models/status.py +4 -4
  295. wandelbots_api_client/models/stop_response.py +4 -4
  296. wandelbots_api_client/models/store_value.py +1 -1
  297. wandelbots_api_client/models/stream_move_backward.py +2 -2
  298. wandelbots_api_client/models/stream_move_forward.py +2 -2
  299. wandelbots_api_client/models/stream_move_playback_speed.py +2 -2
  300. wandelbots_api_client/models/stream_move_request.py +1 -1
  301. wandelbots_api_client/models/stream_move_response.py +4 -4
  302. wandelbots_api_client/models/stream_move_to_trajectory.py +2 -2
  303. wandelbots_api_client/models/stream_stop.py +2 -2
  304. wandelbots_api_client/models/tcp_pose.py +5 -5
  305. wandelbots_api_client/models/tcp_pose_request.py +5 -5
  306. wandelbots_api_client/models/tool_geometry.py +3 -3
  307. wandelbots_api_client/models/trajectory_sample.py +12 -12
  308. wandelbots_api_client/models/trigger_object.py +11 -11
  309. wandelbots_api_client/models/trigger_type.py +1 -1
  310. wandelbots_api_client/models/universalrobots_controller.py +3 -3
  311. wandelbots_api_client/models/update_nova_version_request.py +2 -2
  312. wandelbots_api_client/models/update_program_metadata_request.py +4 -4
  313. wandelbots_api_client/models/update_recipe_metadata_request.py +4 -4
  314. wandelbots_api_client/models/update_trigger_request.py +6 -6
  315. wandelbots_api_client/models/validation_error.py +4 -4
  316. wandelbots_api_client/models/validation_error2.py +4 -4
  317. wandelbots_api_client/models/validation_error2_loc_inner.py +1 -1
  318. wandelbots_api_client/models/validation_error_loc_inner.py +1 -1
  319. wandelbots_api_client/models/value.py +1 -1
  320. wandelbots_api_client/models/vector3d.py +4 -4
  321. wandelbots_api_client/models/version_number.py +9 -9
  322. wandelbots_api_client/models/virtual_controller.py +6 -6
  323. wandelbots_api_client/models/virtual_controller_types.py +11 -1
  324. wandelbots_api_client/models/virtual_robot_configuration.py +3 -3
  325. wandelbots_api_client/models/yaskawa_controller.py +3 -3
  326. wandelbots_api_client/rest.py +3 -2
  327. wandelbots_api_client/v2/__init__.py +3 -4
  328. wandelbots_api_client/v2/api/__init__.py +2 -0
  329. wandelbots_api_client/v2/api/application_api.py +11 -12
  330. wandelbots_api_client/v2/api/bus_inputs_outputs_api.py +930 -82
  331. wandelbots_api_client/v2/api/cell_api.py +8 -9
  332. wandelbots_api_client/v2/api/controller_api.py +35 -32
  333. wandelbots_api_client/v2/api/controller_inputs_outputs_api.py +14 -13
  334. wandelbots_api_client/v2/api/jogging_api.py +8 -6
  335. wandelbots_api_client/v2/api/kinematics_api.py +14 -16
  336. wandelbots_api_client/v2/api/license_api.py +8 -9
  337. wandelbots_api_client/v2/api/motion_group_api.py +10 -9
  338. wandelbots_api_client/v2/api/motion_group_models_api.py +13 -50
  339. wandelbots_api_client/v2/api/program_api.py +2 -3
  340. wandelbots_api_client/v2/api/store_collision_components_api.py +823 -50
  341. wandelbots_api_client/v2/api/store_collision_setups_api.py +264 -7
  342. wandelbots_api_client/v2/api/store_object_api.py +11 -12
  343. wandelbots_api_client/v2/api/system_api.py +6 -6
  344. wandelbots_api_client/v2/api/trajectory_caching_api.py +14 -15
  345. wandelbots_api_client/v2/api/trajectory_execution_api.py +8 -6
  346. wandelbots_api_client/v2/api/trajectory_planning_api.py +17 -19
  347. wandelbots_api_client/v2/api/version_api.py +284 -0
  348. wandelbots_api_client/v2/api/virtual_controller_api.py +53 -39
  349. wandelbots_api_client/v2/api/virtual_controller_behavior_api.py +20 -12
  350. wandelbots_api_client/v2/api/virtual_controller_inputs_outputs_api.py +5 -6
  351. wandelbots_api_client/v2/api_client.py +15 -8
  352. wandelbots_api_client/v2/configuration.py +19 -8
  353. wandelbots_api_client/v2/exceptions.py +2 -2
  354. wandelbots_api_client/v2/models/__init__.py +50 -29
  355. wandelbots_api_client/v2/models/abb_controller.py +8 -11
  356. wandelbots_api_client/v2/models/abb_controller_egm_server.py +4 -4
  357. wandelbots_api_client/v2/models/activate_license_request.py +3 -3
  358. wandelbots_api_client/v2/models/add_trajectory_error.py +5 -5
  359. wandelbots_api_client/v2/models/add_trajectory_error_data.py +58 -58
  360. wandelbots_api_client/v2/models/add_trajectory_request.py +5 -5
  361. wandelbots_api_client/v2/models/add_trajectory_response.py +4 -4
  362. wandelbots_api_client/v2/models/api_version.py +91 -0
  363. wandelbots_api_client/v2/models/app.py +11 -11
  364. wandelbots_api_client/v2/models/behavior.py +3 -3
  365. wandelbots_api_client/v2/models/blending_auto.py +6 -5
  366. wandelbots_api_client/v2/models/blending_position.py +4 -4
  367. wandelbots_api_client/v2/models/boolean_value.py +6 -9
  368. wandelbots_api_client/v2/models/box.py +7 -7
  369. wandelbots_api_client/v2/models/{io_description2.py → bus_io_description.py} +16 -16
  370. wandelbots_api_client/v2/models/bus_io_modbus_client.py +104 -0
  371. wandelbots_api_client/v2/models/bus_io_modbus_server.py +115 -0
  372. wandelbots_api_client/v2/models/bus_io_modbus_tcp_client.py +106 -0
  373. wandelbots_api_client/v2/models/bus_io_modbus_tcp_server.py +104 -0
  374. wandelbots_api_client/v2/models/bus_io_modbus_virtual.py +98 -0
  375. wandelbots_api_client/v2/models/bus_io_profinet.py +8 -11
  376. wandelbots_api_client/v2/models/bus_io_profinet_default_route.py +4 -4
  377. wandelbots_api_client/v2/models/bus_io_profinet_ip_config.py +5 -5
  378. wandelbots_api_client/v2/models/bus_io_profinet_network.py +5 -5
  379. wandelbots_api_client/v2/models/bus_io_profinet_virtual.py +5 -8
  380. wandelbots_api_client/v2/models/bus_io_type.py +65 -18
  381. wandelbots_api_client/v2/models/bus_ios_state.py +4 -4
  382. wandelbots_api_client/v2/models/bus_ios_state_enum.py +2 -2
  383. wandelbots_api_client/v2/models/capsule.py +5 -5
  384. wandelbots_api_client/v2/models/cartesian_limits.py +6 -6
  385. wandelbots_api_client/v2/models/cell.py +7 -7
  386. wandelbots_api_client/v2/models/collider.py +5 -5
  387. wandelbots_api_client/v2/models/collider_shape.py +2 -42
  388. wandelbots_api_client/v2/models/collision.py +8 -8
  389. wandelbots_api_client/v2/models/collision_contact.py +4 -4
  390. wandelbots_api_client/v2/models/collision_error.py +3 -3
  391. wandelbots_api_client/v2/models/collision_free_algorithm.py +3 -3
  392. wandelbots_api_client/v2/models/collision_setup.py +14 -12
  393. wandelbots_api_client/v2/models/comparator.py +2 -2
  394. wandelbots_api_client/v2/models/configuration_archive_status.py +2 -17
  395. wandelbots_api_client/v2/models/configuration_archive_status_creating.py +4 -4
  396. wandelbots_api_client/v2/models/configuration_archive_status_error.py +4 -4
  397. wandelbots_api_client/v2/models/configuration_archive_status_success.py +3 -3
  398. wandelbots_api_client/v2/models/configuration_resource.py +5 -5
  399. wandelbots_api_client/v2/models/container_environment_inner.py +4 -4
  400. wandelbots_api_client/v2/models/container_image.py +5 -5
  401. wandelbots_api_client/v2/models/container_image_secrets_inner.py +3 -3
  402. wandelbots_api_client/v2/models/container_resources.py +4 -4
  403. wandelbots_api_client/v2/models/container_storage.py +4 -4
  404. wandelbots_api_client/v2/models/controller_description.py +6 -6
  405. wandelbots_api_client/v2/models/convex_hull.py +4 -4
  406. wandelbots_api_client/v2/models/coordinate_system.py +8 -8
  407. wandelbots_api_client/v2/models/coordinate_system_data.py +7 -7
  408. wandelbots_api_client/v2/models/cubic_spline_parameter.py +4 -4
  409. wandelbots_api_client/v2/models/cycle_time.py +5 -4
  410. wandelbots_api_client/v2/models/cylinder.py +5 -5
  411. wandelbots_api_client/v2/models/dh_parameter.py +7 -7
  412. wandelbots_api_client/v2/models/direction.py +2 -2
  413. wandelbots_api_client/v2/models/error.py +4 -4
  414. wandelbots_api_client/v2/models/error_invalid_joint_count.py +5 -5
  415. wandelbots_api_client/v2/models/error_joint_limit_exceeded.py +6 -5
  416. wandelbots_api_client/v2/models/error_joint_position_collision.py +6 -6
  417. wandelbots_api_client/v2/models/error_max_iterations_exceeded.py +4 -4
  418. wandelbots_api_client/v2/models/execute.py +4 -4
  419. wandelbots_api_client/v2/models/execute_details.py +2 -12
  420. wandelbots_api_client/v2/models/execute_jogging_request.py +30 -2
  421. wandelbots_api_client/v2/models/execute_jogging_response.py +7 -7
  422. wandelbots_api_client/v2/models/execute_trajectory_request.py +30 -2
  423. wandelbots_api_client/v2/models/execute_trajectory_response.py +7 -7
  424. wandelbots_api_client/v2/models/external_joint_stream_datapoint.py +4 -4
  425. wandelbots_api_client/v2/models/external_joint_stream_request.py +3 -3
  426. wandelbots_api_client/v2/models/fanuc_controller.py +6 -9
  427. wandelbots_api_client/v2/models/feedback_collision.py +6 -6
  428. wandelbots_api_client/v2/models/feedback_joint_limit_exceeded.py +7 -6
  429. wandelbots_api_client/v2/models/feedback_out_of_workspace.py +4 -4
  430. wandelbots_api_client/v2/models/feedback_singularity.py +5 -5
  431. wandelbots_api_client/v2/models/flag.py +3 -3
  432. wandelbots_api_client/v2/models/float_value.py +6 -9
  433. wandelbots_api_client/v2/models/forward_kinematics422_response.py +3 -3
  434. wandelbots_api_client/v2/models/forward_kinematics_request.py +6 -6
  435. wandelbots_api_client/v2/models/forward_kinematics_response.py +3 -3
  436. wandelbots_api_client/v2/models/forward_kinematics_validation_error.py +7 -7
  437. wandelbots_api_client/v2/models/get_trajectory_response.py +5 -5
  438. wandelbots_api_client/v2/models/http_validation_error.py +3 -3
  439. wandelbots_api_client/v2/models/image_credentials.py +5 -5
  440. wandelbots_api_client/v2/models/{inconsitent_trajectory_size.py → inconsistent_trajectory_size_error.py} +9 -9
  441. wandelbots_api_client/v2/models/{inconsitent_trajectory_size_inconsistent_trajectory_size.py → inconsistent_trajectory_size_error_inconsistent_trajectory_size.py} +9 -9
  442. wandelbots_api_client/v2/models/initialize_jogging_request.py +7 -10
  443. wandelbots_api_client/v2/models/initialize_jogging_response.py +4 -4
  444. wandelbots_api_client/v2/models/initialize_movement_request.py +7 -10
  445. wandelbots_api_client/v2/models/initialize_movement_request_trajectory.py +2 -2
  446. wandelbots_api_client/v2/models/initialize_movement_response.py +5 -5
  447. wandelbots_api_client/v2/models/integer_value.py +6 -9
  448. wandelbots_api_client/v2/models/{invalid_dof.py → invalid_dof_error.py} +9 -9
  449. wandelbots_api_client/v2/models/{invalid_dof_invalid_dof.py → invalid_dof_error_invalid_dof.py} +8 -8
  450. wandelbots_api_client/v2/models/inverse_kinematics422_response.py +3 -3
  451. wandelbots_api_client/v2/models/inverse_kinematics_request.py +12 -11
  452. wandelbots_api_client/v2/models/inverse_kinematics_response.py +3 -3
  453. wandelbots_api_client/v2/models/inverse_kinematics_validation_error.py +7 -7
  454. wandelbots_api_client/v2/models/inverse_kinematics_validation_error_all_of_data.py +2 -2
  455. wandelbots_api_client/v2/models/io_boolean_value.py +7 -10
  456. wandelbots_api_client/v2/models/{io_description_min.py → io_boundary.py} +10 -25
  457. wandelbots_api_client/v2/models/io_description.py +13 -13
  458. wandelbots_api_client/v2/models/io_direction.py +2 -2
  459. wandelbots_api_client/v2/models/io_float_value.py +7 -10
  460. wandelbots_api_client/v2/models/io_integer_value.py +7 -10
  461. wandelbots_api_client/v2/models/io_origin.py +37 -0
  462. wandelbots_api_client/v2/models/io_value.py +2 -17
  463. wandelbots_api_client/v2/models/io_value_type.py +2 -2
  464. wandelbots_api_client/v2/models/jogging_details.py +4 -4
  465. wandelbots_api_client/v2/models/jogging_details_state.py +2 -27
  466. wandelbots_api_client/v2/models/jogging_paused_by_user.py +3 -3
  467. wandelbots_api_client/v2/models/jogging_paused_near_collision.py +4 -4
  468. wandelbots_api_client/v2/models/jogging_paused_near_joint_limit.py +6 -5
  469. wandelbots_api_client/v2/models/jogging_paused_on_io.py +3 -3
  470. wandelbots_api_client/v2/models/jogging_running.py +3 -3
  471. wandelbots_api_client/v2/models/{joint_limit_exceeded.py → joint_limit_exceeded_error.py} +7 -7
  472. wandelbots_api_client/v2/models/joint_limits.py +6 -6
  473. wandelbots_api_client/v2/models/joint_trajectory.py +5 -5
  474. wandelbots_api_client/v2/models/joint_velocity_request.py +6 -9
  475. wandelbots_api_client/v2/models/joint_velocity_response.py +4 -4
  476. wandelbots_api_client/v2/models/kuka_controller.py +12 -13
  477. wandelbots_api_client/v2/models/kuka_controller_rsi_server.py +4 -4
  478. wandelbots_api_client/v2/models/license.py +12 -12
  479. wandelbots_api_client/v2/models/license_status.py +4 -4
  480. wandelbots_api_client/v2/models/license_status_enum.py +2 -2
  481. wandelbots_api_client/v2/models/limit_range.py +4 -4
  482. wandelbots_api_client/v2/models/limit_set.py +7 -7
  483. wandelbots_api_client/v2/models/limits_override.py +8 -8
  484. wandelbots_api_client/v2/models/list_trajectories_response.py +3 -3
  485. wandelbots_api_client/v2/models/manufacturer.py +2 -2
  486. wandelbots_api_client/v2/models/midpoint_insertion_algorithm.py +4 -4
  487. wandelbots_api_client/v2/models/modbus_io.py +105 -0
  488. wandelbots_api_client/v2/models/modbus_io_area.py +40 -0
  489. wandelbots_api_client/v2/models/modbus_io_byte_order.py +40 -0
  490. wandelbots_api_client/v2/models/{http_validation_error2.py → modbus_io_data.py} +23 -28
  491. wandelbots_api_client/v2/models/modbus_io_type_enum.py +39 -0
  492. wandelbots_api_client/v2/models/motion_command.py +5 -5
  493. wandelbots_api_client/v2/models/motion_command_blending.py +2 -2
  494. wandelbots_api_client/v2/models/motion_command_path.py +2 -2
  495. wandelbots_api_client/v2/models/motion_group_description.py +30 -25
  496. wandelbots_api_client/v2/models/motion_group_info.py +7 -6
  497. wandelbots_api_client/v2/models/motion_group_joints.py +6 -6
  498. wandelbots_api_client/v2/models/motion_group_setup.py +15 -13
  499. wandelbots_api_client/v2/models/motion_group_state.py +18 -17
  500. wandelbots_api_client/v2/models/motion_group_state_joint_limit_reached.py +3 -3
  501. wandelbots_api_client/v2/models/movement_error_response.py +4 -4
  502. wandelbots_api_client/v2/models/{nan_value.py → nan_value_error.py} +9 -9
  503. wandelbots_api_client/v2/models/{nan_value_nan_value.py → nan_value_error_nan_value.py} +6 -6
  504. wandelbots_api_client/v2/models/op_mode.py +3 -3
  505. wandelbots_api_client/v2/models/operating_state.py +2 -2
  506. wandelbots_api_client/v2/models/operation_limits.py +6 -6
  507. wandelbots_api_client/v2/models/operation_mode.py +2 -2
  508. wandelbots_api_client/v2/models/orientation_type.py +2 -2
  509. wandelbots_api_client/v2/models/path_cartesian_ptp.py +4 -4
  510. wandelbots_api_client/v2/models/path_circle.py +5 -5
  511. wandelbots_api_client/v2/models/path_cubic_spline.py +4 -4
  512. wandelbots_api_client/v2/models/path_joint_ptp.py +4 -4
  513. wandelbots_api_client/v2/models/path_line.py +4 -4
  514. wandelbots_api_client/v2/models/pause_jogging_request.py +5 -8
  515. wandelbots_api_client/v2/models/pause_jogging_response.py +4 -4
  516. wandelbots_api_client/v2/models/pause_movement_request.py +5 -8
  517. wandelbots_api_client/v2/models/pause_movement_response.py +4 -4
  518. wandelbots_api_client/v2/models/pause_on_io.py +9 -6
  519. wandelbots_api_client/v2/models/payload.py +6 -6
  520. wandelbots_api_client/v2/models/plan422_response.py +3 -3
  521. wandelbots_api_client/v2/models/plan_collision_free_failed_response.py +3 -3
  522. wandelbots_api_client/v2/models/plan_collision_free_request.py +6 -6
  523. wandelbots_api_client/v2/models/plan_collision_free_response.py +3 -3
  524. wandelbots_api_client/v2/models/plan_collision_free_response_response.py +2 -2
  525. wandelbots_api_client/v2/models/plan_trajectory_failed_response.py +5 -5
  526. wandelbots_api_client/v2/models/plan_trajectory_failed_response_error_feedback.py +2 -2
  527. wandelbots_api_client/v2/models/plan_trajectory_request.py +5 -5
  528. wandelbots_api_client/v2/models/plan_trajectory_response.py +3 -3
  529. wandelbots_api_client/v2/models/plan_trajectory_response_response.py +2 -2
  530. wandelbots_api_client/v2/models/plan_validation_error.py +7 -7
  531. wandelbots_api_client/v2/models/plan_validation_error_all_of_data.py +2 -2
  532. wandelbots_api_client/v2/models/plane.py +3 -3
  533. wandelbots_api_client/v2/models/playback_speed_request.py +8 -10
  534. wandelbots_api_client/v2/models/playback_speed_response.py +4 -4
  535. wandelbots_api_client/v2/models/pose.py +4 -4
  536. wandelbots_api_client/v2/models/profinet_description.py +7 -7
  537. wandelbots_api_client/v2/models/profinet_input_output_config.py +5 -5
  538. wandelbots_api_client/v2/models/profinet_io.py +10 -10
  539. wandelbots_api_client/v2/models/profinet_io_data.py +9 -9
  540. wandelbots_api_client/v2/models/profinet_io_direction.py +3 -3
  541. wandelbots_api_client/v2/models/profinet_io_type_enum.py +2 -2
  542. wandelbots_api_client/v2/models/profinet_slot_description.py +6 -6
  543. wandelbots_api_client/v2/models/profinet_sub_slot_description.py +5 -5
  544. wandelbots_api_client/v2/models/program.py +8 -8
  545. wandelbots_api_client/v2/models/program_run.py +16 -14
  546. wandelbots_api_client/v2/models/program_run_state.py +2 -2
  547. wandelbots_api_client/v2/models/program_start_request.py +3 -3
  548. wandelbots_api_client/v2/models/rectangle.py +5 -5
  549. wandelbots_api_client/v2/models/rectangular_capsule.py +6 -6
  550. wandelbots_api_client/v2/models/release_channel.py +2 -2
  551. wandelbots_api_client/v2/models/robot_controller.py +4 -4
  552. wandelbots_api_client/v2/models/robot_controller_configuration.py +2 -2
  553. wandelbots_api_client/v2/models/robot_controller_state.py +13 -12
  554. wandelbots_api_client/v2/models/robot_system_mode.py +2 -2
  555. wandelbots_api_client/v2/models/robot_tcp.py +7 -7
  556. wandelbots_api_client/v2/models/robot_tcp_data.py +6 -6
  557. wandelbots_api_client/v2/models/rrt_connect_algorithm.py +8 -8
  558. wandelbots_api_client/v2/models/safety_state_type.py +2 -2
  559. wandelbots_api_client/v2/models/service_group.py +2 -2
  560. wandelbots_api_client/v2/models/service_status.py +5 -5
  561. wandelbots_api_client/v2/models/service_status_phase.py +2 -2
  562. wandelbots_api_client/v2/models/service_status_response.py +4 -4
  563. wandelbots_api_client/v2/models/service_status_severity.py +2 -2
  564. wandelbots_api_client/v2/models/service_status_status.py +5 -5
  565. wandelbots_api_client/v2/models/set_io.py +9 -6
  566. wandelbots_api_client/v2/models/settable_robot_system_mode.py +2 -2
  567. wandelbots_api_client/v2/models/singularity_type_enum.py +2 -2
  568. wandelbots_api_client/v2/models/sphere.py +4 -4
  569. wandelbots_api_client/v2/models/start_movement_request.py +13 -14
  570. wandelbots_api_client/v2/models/start_movement_response.py +4 -4
  571. wandelbots_api_client/v2/models/start_on_io.py +9 -6
  572. wandelbots_api_client/v2/models/stream_io_values_response.py +7 -6
  573. wandelbots_api_client/v2/models/tcp_offset.py +4 -4
  574. wandelbots_api_client/v2/models/{tcp_required.py → tcp_required_error.py} +6 -6
  575. wandelbots_api_client/v2/models/tcp_velocity_request.py +7 -10
  576. wandelbots_api_client/v2/models/tcp_velocity_response.py +4 -4
  577. wandelbots_api_client/v2/models/{torque_exceeded.py → torque_exceeded_error.py} +9 -9
  578. wandelbots_api_client/v2/models/{torque_exceeded_torque_exceeded.py → torque_exceeded_error_torque_exceeded.py} +8 -8
  579. wandelbots_api_client/v2/models/trajectory_data.py +7 -7
  580. wandelbots_api_client/v2/models/trajectory_details.py +6 -6
  581. wandelbots_api_client/v2/models/trajectory_details_state.py +2 -27
  582. wandelbots_api_client/v2/models/trajectory_ended.py +3 -3
  583. wandelbots_api_client/v2/models/trajectory_id.py +5 -5
  584. wandelbots_api_client/v2/models/trajectory_paused_by_user.py +3 -3
  585. wandelbots_api_client/v2/models/trajectory_paused_on_io.py +3 -3
  586. wandelbots_api_client/v2/models/trajectory_running.py +6 -5
  587. wandelbots_api_client/v2/models/trajectory_wait_for_io.py +3 -3
  588. wandelbots_api_client/v2/models/unit_type.py +2 -2
  589. wandelbots_api_client/v2/models/universalrobots_controller.py +6 -9
  590. wandelbots_api_client/v2/models/update_nova_version_request.py +3 -3
  591. wandelbots_api_client/v2/models/validation_error.py +6 -6
  592. wandelbots_api_client/v2/models/validation_error2.py +5 -5
  593. wandelbots_api_client/v2/models/validation_error_loc_inner.py +2 -2
  594. wandelbots_api_client/v2/models/virtual_controller.py +8 -11
  595. wandelbots_api_client/v2/models/virtual_controller_types.py +12 -2
  596. wandelbots_api_client/v2/models/virtual_robot_configuration.py +4 -4
  597. wandelbots_api_client/v2/models/wait_for_io_event_request.py +4 -4
  598. wandelbots_api_client/v2/models/yaskawa_controller.py +6 -9
  599. wandelbots_api_client/v2/rest.py +4 -3
  600. wandelbots_api_client/v2_pydantic/__init__.py +50 -0
  601. wandelbots_api_client/v2_pydantic/api/__init__.py +51 -0
  602. wandelbots_api_client/v2_pydantic/api/application_api.py +1803 -0
  603. wandelbots_api_client/v2_pydantic/api/bus_inputs_outputs_api.py +4603 -0
  604. wandelbots_api_client/v2_pydantic/api/cell_api.py +2003 -0
  605. wandelbots_api_client/v2_pydantic/api/controller_api.py +3721 -0
  606. wandelbots_api_client/v2_pydantic/api/controller_inputs_outputs_api.py +1395 -0
  607. wandelbots_api_client/v2_pydantic/api/jogging_api.py +125 -0
  608. wandelbots_api_client/v2_pydantic/api/kinematics_api.py +642 -0
  609. wandelbots_api_client/v2_pydantic/api/license_api.py +1061 -0
  610. wandelbots_api_client/v2_pydantic/api/motion_group_api.py +733 -0
  611. wandelbots_api_client/v2_pydantic/api/motion_group_models_api.py +563 -0
  612. wandelbots_api_client/v2_pydantic/api/program_api.py +1187 -0
  613. wandelbots_api_client/v2_pydantic/api/store_collision_components_api.py +4170 -0
  614. wandelbots_api_client/v2_pydantic/api/store_collision_setups_api.py +1419 -0
  615. wandelbots_api_client/v2_pydantic/api/store_object_api.py +1719 -0
  616. wandelbots_api_client/v2_pydantic/api/system_api.py +2427 -0
  617. wandelbots_api_client/v2_pydantic/api/trajectory_caching_api.py +1508 -0
  618. wandelbots_api_client/v2_pydantic/api/trajectory_execution_api.py +125 -0
  619. wandelbots_api_client/v2_pydantic/api/trajectory_planning_api.py +642 -0
  620. wandelbots_api_client/v2_pydantic/api/version_api.py +287 -0
  621. wandelbots_api_client/v2_pydantic/api/virtual_controller_api.py +4610 -0
  622. wandelbots_api_client/v2_pydantic/api/virtual_controller_behavior_api.py +991 -0
  623. wandelbots_api_client/v2_pydantic/api/virtual_controller_inputs_outputs_api.py +1012 -0
  624. wandelbots_api_client/v2_pydantic/api_client.py +809 -0
  625. wandelbots_api_client/v2_pydantic/api_response.py +21 -0
  626. wandelbots_api_client/v2_pydantic/configuration.py +606 -0
  627. wandelbots_api_client/v2_pydantic/exceptions.py +216 -0
  628. wandelbots_api_client/v2_pydantic/models.py +4561 -0
  629. wandelbots_api_client/v2_pydantic/py.typed +0 -0
  630. wandelbots_api_client/v2_pydantic/rest.py +213 -0
  631. {wandelbots_api_client-25.8.0.dev77.dist-info → wandelbots_api_client-25.11.0.dev12.dist-info}/METADATA +17 -16
  632. wandelbots_api_client-25.11.0.dev12.dist-info/RECORD +640 -0
  633. wandelbots_api_client/models/create_trigger_request_config.py +0 -123
  634. wandelbots_api_client-25.8.0.dev77.dist-info/RECORD +0 -596
  635. {wandelbots_api_client-25.8.0.dev77.dist-info → wandelbots_api_client-25.11.0.dev12.dist-info}/WHEEL +0 -0
  636. {wandelbots_api_client-25.8.0.dev77.dist-info → wandelbots_api_client-25.11.0.dev12.dist-info}/licenses/LICENSE +0 -0
  637. {wandelbots_api_client-25.8.0.dev77.dist-info → wandelbots_api_client-25.11.0.dev12.dist-info}/top_level.txt +0 -0
@@ -3,15 +3,14 @@
3
3
  """
4
4
  Wandelbots NOVA API
5
5
 
6
- Interact with robots in an easy and intuitive way. > **Note:** API version 2 is experimental and will experience functional changes.
6
+ Interact with robots in an easy and intuitive way.
7
7
 
8
- The version of the OpenAPI document: 2.0.0 beta
8
+ The version of the OpenAPI document: 2.1.0 dev
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
12
12
  """ # noqa: E501
13
13
 
14
-
15
14
  from furl import furl
16
15
  import json
17
16
  import humps
@@ -26,10 +25,12 @@ from urllib.parse import quote
26
25
  from pydantic import Field, StrictStr
27
26
  from typing import List, Optional
28
27
  from typing_extensions import Annotated
28
+ from wandelbots_api_client.v2.models.bus_io_description import BusIODescription
29
29
  from wandelbots_api_client.v2.models.bus_io_type import BusIOType
30
30
  from wandelbots_api_client.v2.models.bus_ios_state import BusIOsState
31
- from wandelbots_api_client.v2.models.io_description2 import IODescription2
32
31
  from wandelbots_api_client.v2.models.io_value import IOValue
32
+ from wandelbots_api_client.v2.models.modbus_io import ModbusIO
33
+ from wandelbots_api_client.v2.models.modbus_io_data import ModbusIOData
33
34
  from wandelbots_api_client.v2.models.profinet_description import ProfinetDescription
34
35
  from wandelbots_api_client.v2.models.profinet_io import ProfinetIO
35
36
  from wandelbots_api_client.v2.models.profinet_io_data import ProfinetIOData
@@ -367,11 +368,11 @@ class BUSInputsOutputsApi:
367
368
 
368
369
 
369
370
  @validate_call
370
- async def add_profinet_io(
371
+ async def add_modbus_io(
371
372
  self,
372
373
  cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
373
374
  io: Annotated[StrictStr, Field(description="Unique identifier to address an Input/Output in the cell.")],
374
- profinet_io_data: ProfinetIOData,
375
+ modbus_io_data: ModbusIOData,
375
376
  _request_timeout: Union[
376
377
  None,
377
378
  Annotated[StrictFloat, Field(gt=0)],
@@ -385,16 +386,16 @@ class BUSInputsOutputsApi:
385
386
  _headers: Optional[Dict[StrictStr, Any]] = None,
386
387
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
387
388
  ) -> None:
388
- """Add PROFINET Input/Output
389
+ """Add MODBUS Input/Output
389
390
 
390
- Adds an input/output variable to or updates an input/output variable on the PROFINET device, e.g. NOVA's PROFINET service. The inputs/outputs map variables to specific memory addresses in the process image. The default process image has buffer lengths of 64 bytes for input and output. The size of the buffer is determined by the `config_file_content` that is passed in [addBusIOService](addBusIOService) and has to be in accordance with the GSDML file describing the PROFINET device. The PROFINET controller as well as NOVA's PROFINET service use an input/output variable configuration to interpret the bits of the input/output process image. The NOVA's PROFINET service's configuration can be viewed via [listProfinetIOs](listProfinetIOs). For the PROFINET controller, e.g. a connected PLC, refer to the corresponding third party software, e.g. TIA portal).
391
+ Adds an input/output variable to or updates an input/output variable on the MODBUS device, e.g., NOVA's MODBUS service. The inputs/outputs map variables to specific memory addresses in the process image. The NOVA's MODBUS service's configuration can be viewed via [listModbusIOs](listModbusIOs).
391
392
 
392
393
  :param cell: Unique identifier addressing a cell in all API calls. (required)
393
394
  :type cell: str
394
395
  :param io: Unique identifier to address an Input/Output in the cell. (required)
395
396
  :type io: str
396
- :param profinet_io_data: (required)
397
- :type profinet_io_data: ProfinetIOData
397
+ :param modbus_io_data: (required)
398
+ :type modbus_io_data: ModbusIOData
398
399
  :param _request_timeout: timeout setting for this request. If one
399
400
  number provided, it will be total request
400
401
  timeout. It can also be a pair (tuple) of
@@ -417,10 +418,10 @@ class BUSInputsOutputsApi:
417
418
  :return: Returns the result object.
418
419
  """ # noqa: E501
419
420
 
420
- _param = self._add_profinet_io_serialize(
421
+ _param = self._add_modbus_io_serialize(
421
422
  cell=cell,
422
423
  io=io,
423
- profinet_io_data=profinet_io_data,
424
+ modbus_io_data=modbus_io_data,
424
425
  _request_auth=_request_auth,
425
426
  _content_type=_content_type,
426
427
  _headers=_headers,
@@ -444,11 +445,11 @@ class BUSInputsOutputsApi:
444
445
 
445
446
 
446
447
  @validate_call
447
- async def add_profinet_io_with_http_info(
448
+ async def add_modbus_io_with_http_info(
448
449
  self,
449
450
  cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
450
451
  io: Annotated[StrictStr, Field(description="Unique identifier to address an Input/Output in the cell.")],
451
- profinet_io_data: ProfinetIOData,
452
+ modbus_io_data: ModbusIOData,
452
453
  _request_timeout: Union[
453
454
  None,
454
455
  Annotated[StrictFloat, Field(gt=0)],
@@ -462,16 +463,16 @@ class BUSInputsOutputsApi:
462
463
  _headers: Optional[Dict[StrictStr, Any]] = None,
463
464
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
464
465
  ) -> ApiResponse[None]:
465
- """Add PROFINET Input/Output
466
+ """Add MODBUS Input/Output
466
467
 
467
- Adds an input/output variable to or updates an input/output variable on the PROFINET device, e.g. NOVA's PROFINET service. The inputs/outputs map variables to specific memory addresses in the process image. The default process image has buffer lengths of 64 bytes for input and output. The size of the buffer is determined by the `config_file_content` that is passed in [addBusIOService](addBusIOService) and has to be in accordance with the GSDML file describing the PROFINET device. The PROFINET controller as well as NOVA's PROFINET service use an input/output variable configuration to interpret the bits of the input/output process image. The NOVA's PROFINET service's configuration can be viewed via [listProfinetIOs](listProfinetIOs). For the PROFINET controller, e.g. a connected PLC, refer to the corresponding third party software, e.g. TIA portal).
468
+ Adds an input/output variable to or updates an input/output variable on the MODBUS device, e.g., NOVA's MODBUS service. The inputs/outputs map variables to specific memory addresses in the process image. The NOVA's MODBUS service's configuration can be viewed via [listModbusIOs](listModbusIOs).
468
469
 
469
470
  :param cell: Unique identifier addressing a cell in all API calls. (required)
470
471
  :type cell: str
471
472
  :param io: Unique identifier to address an Input/Output in the cell. (required)
472
473
  :type io: str
473
- :param profinet_io_data: (required)
474
- :type profinet_io_data: ProfinetIOData
474
+ :param modbus_io_data: (required)
475
+ :type modbus_io_data: ModbusIOData
475
476
  :param _request_timeout: timeout setting for this request. If one
476
477
  number provided, it will be total request
477
478
  timeout. It can also be a pair (tuple) of
@@ -494,10 +495,10 @@ class BUSInputsOutputsApi:
494
495
  :return: Returns the result object.
495
496
  """ # noqa: E501
496
497
 
497
- _param = self._add_profinet_io_serialize(
498
+ _param = self._add_modbus_io_serialize(
498
499
  cell=cell,
499
500
  io=io,
500
- profinet_io_data=profinet_io_data,
501
+ modbus_io_data=modbus_io_data,
501
502
  _request_auth=_request_auth,
502
503
  _content_type=_content_type,
503
504
  _headers=_headers,
@@ -521,11 +522,11 @@ class BUSInputsOutputsApi:
521
522
 
522
523
 
523
524
  @validate_call
524
- async def add_profinet_io_without_preload_content(
525
+ async def add_modbus_io_without_preload_content(
525
526
  self,
526
527
  cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
527
528
  io: Annotated[StrictStr, Field(description="Unique identifier to address an Input/Output in the cell.")],
528
- profinet_io_data: ProfinetIOData,
529
+ modbus_io_data: ModbusIOData,
529
530
  _request_timeout: Union[
530
531
  None,
531
532
  Annotated[StrictFloat, Field(gt=0)],
@@ -539,16 +540,16 @@ class BUSInputsOutputsApi:
539
540
  _headers: Optional[Dict[StrictStr, Any]] = None,
540
541
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
541
542
  ) -> RESTResponseType:
542
- """Add PROFINET Input/Output
543
+ """Add MODBUS Input/Output
543
544
 
544
- Adds an input/output variable to or updates an input/output variable on the PROFINET device, e.g. NOVA's PROFINET service. The inputs/outputs map variables to specific memory addresses in the process image. The default process image has buffer lengths of 64 bytes for input and output. The size of the buffer is determined by the `config_file_content` that is passed in [addBusIOService](addBusIOService) and has to be in accordance with the GSDML file describing the PROFINET device. The PROFINET controller as well as NOVA's PROFINET service use an input/output variable configuration to interpret the bits of the input/output process image. The NOVA's PROFINET service's configuration can be viewed via [listProfinetIOs](listProfinetIOs). For the PROFINET controller, e.g. a connected PLC, refer to the corresponding third party software, e.g. TIA portal).
545
+ Adds an input/output variable to or updates an input/output variable on the MODBUS device, e.g., NOVA's MODBUS service. The inputs/outputs map variables to specific memory addresses in the process image. The NOVA's MODBUS service's configuration can be viewed via [listModbusIOs](listModbusIOs).
545
546
 
546
547
  :param cell: Unique identifier addressing a cell in all API calls. (required)
547
548
  :type cell: str
548
549
  :param io: Unique identifier to address an Input/Output in the cell. (required)
549
550
  :type io: str
550
- :param profinet_io_data: (required)
551
- :type profinet_io_data: ProfinetIOData
551
+ :param modbus_io_data: (required)
552
+ :type modbus_io_data: ModbusIOData
552
553
  :param _request_timeout: timeout setting for this request. If one
553
554
  number provided, it will be total request
554
555
  timeout. It can also be a pair (tuple) of
@@ -571,10 +572,10 @@ class BUSInputsOutputsApi:
571
572
  :return: Returns the result object.
572
573
  """ # noqa: E501
573
574
 
574
- _param = self._add_profinet_io_serialize(
575
+ _param = self._add_modbus_io_serialize(
575
576
  cell=cell,
576
577
  io=io,
577
- profinet_io_data=profinet_io_data,
578
+ modbus_io_data=modbus_io_data,
578
579
  _request_auth=_request_auth,
579
580
  _content_type=_content_type,
580
581
  _headers=_headers,
@@ -593,11 +594,11 @@ class BUSInputsOutputsApi:
593
594
  return response_data.response
594
595
 
595
596
 
596
- def _add_profinet_io_serialize(
597
+ def _add_modbus_io_serialize(
597
598
  self,
598
599
  cell,
599
600
  io,
600
- profinet_io_data,
601
+ modbus_io_data,
601
602
  _request_auth,
602
603
  _content_type,
603
604
  _headers,
@@ -625,8 +626,8 @@ class BUSInputsOutputsApi:
625
626
  # process the header parameters
626
627
  # process the form parameters
627
628
  # process the body parameter
628
- if profinet_io_data is not None:
629
- _body_params = profinet_io_data
629
+ if modbus_io_data is not None:
630
+ _body_params = modbus_io_data
630
631
 
631
632
 
632
633
  # set the HTTP header `Accept`
@@ -658,7 +659,7 @@ class BUSInputsOutputsApi:
658
659
 
659
660
  return self.api_client.param_serialize(
660
661
  method='PUT',
661
- resource_path='/cells/{cell}/bus-ios/profinet/ios/{io}',
662
+ resource_path='/cells/{cell}/bus-ios/modbus/ios/{io}',
662
663
  path_params=_path_params,
663
664
  query_params=_query_params,
664
665
  header_params=_header_params,
@@ -674,10 +675,11 @@ class BUSInputsOutputsApi:
674
675
 
675
676
 
676
677
  @validate_call
677
- async def clear_bus_io_service(
678
+ async def add_profinet_io(
678
679
  self,
679
680
  cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
680
- completion_timeout: Optional[Annotated[int, Field(strict=True, ge=1)]] = None,
681
+ io: Annotated[StrictStr, Field(description="Unique identifier to address an Input/Output in the cell.")],
682
+ profinet_io_data: ProfinetIOData,
681
683
  _request_timeout: Union[
682
684
  None,
683
685
  Annotated[StrictFloat, Field(gt=0)],
@@ -691,14 +693,16 @@ class BUSInputsOutputsApi:
691
693
  _headers: Optional[Dict[StrictStr, Any]] = None,
692
694
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
693
695
  ) -> None:
694
- """Clear Service
696
+ """Add PROFINET Input/Output
695
697
 
696
- Remove the BUS inputs/outputs service from the cell.
698
+ Adds an input/output variable to or updates an input/output variable on the PROFINET device, e.g., NOVA's PROFINET service. The inputs/outputs map variables to specific memory addresses in the process image. The default process image has buffer lengths of 64 bytes for input and output. - The size of the buffer is determined by the `config_file_content` that is passed in [addBusIOService](addBusIOService) and has to be in accordance with the GSDML file describing the PROFINET device. The PROFINET controller as well as NOVA's PROFINET service use an input/output variable configuration to interpret the bits of the input/output process image. - The NOVA's PROFINET service's configuration can be viewed via [listProfinetIOs](listProfinetIOs). For the PROFINET controller, e.g., a connected PLC, refer to the corresponding third party software, e.g., TIA portal).
697
699
 
698
700
  :param cell: Unique identifier addressing a cell in all API calls. (required)
699
701
  :type cell: str
700
- :param completion_timeout:
701
- :type completion_timeout: int
702
+ :param io: Unique identifier to address an Input/Output in the cell. (required)
703
+ :type io: str
704
+ :param profinet_io_data: (required)
705
+ :type profinet_io_data: ProfinetIOData
702
706
  :param _request_timeout: timeout setting for this request. If one
703
707
  number provided, it will be total request
704
708
  timeout. It can also be a pair (tuple) of
@@ -721,9 +725,10 @@ class BUSInputsOutputsApi:
721
725
  :return: Returns the result object.
722
726
  """ # noqa: E501
723
727
 
724
- _param = self._clear_bus_io_service_serialize(
728
+ _param = self._add_profinet_io_serialize(
725
729
  cell=cell,
726
- completion_timeout=completion_timeout,
730
+ io=io,
731
+ profinet_io_data=profinet_io_data,
727
732
  _request_auth=_request_auth,
728
733
  _content_type=_content_type,
729
734
  _headers=_headers,
@@ -732,7 +737,7 @@ class BUSInputsOutputsApi:
732
737
 
733
738
  _response_types_map: Dict[str, Optional[str]] = {
734
739
  '200': None,
735
- '202': None,
740
+ '400': "Error",
736
741
  '404': "Error",
737
742
  }
738
743
  response_data = await self.api_client.call_api(
@@ -747,10 +752,11 @@ class BUSInputsOutputsApi:
747
752
 
748
753
 
749
754
  @validate_call
750
- async def clear_bus_io_service_with_http_info(
755
+ async def add_profinet_io_with_http_info(
751
756
  self,
752
757
  cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
753
- completion_timeout: Optional[Annotated[int, Field(strict=True, ge=1)]] = None,
758
+ io: Annotated[StrictStr, Field(description="Unique identifier to address an Input/Output in the cell.")],
759
+ profinet_io_data: ProfinetIOData,
754
760
  _request_timeout: Union[
755
761
  None,
756
762
  Annotated[StrictFloat, Field(gt=0)],
@@ -764,14 +770,16 @@ class BUSInputsOutputsApi:
764
770
  _headers: Optional[Dict[StrictStr, Any]] = None,
765
771
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
766
772
  ) -> ApiResponse[None]:
767
- """Clear Service
773
+ """Add PROFINET Input/Output
768
774
 
769
- Remove the BUS inputs/outputs service from the cell.
775
+ Adds an input/output variable to or updates an input/output variable on the PROFINET device, e.g., NOVA's PROFINET service. The inputs/outputs map variables to specific memory addresses in the process image. The default process image has buffer lengths of 64 bytes for input and output. - The size of the buffer is determined by the `config_file_content` that is passed in [addBusIOService](addBusIOService) and has to be in accordance with the GSDML file describing the PROFINET device. The PROFINET controller as well as NOVA's PROFINET service use an input/output variable configuration to interpret the bits of the input/output process image. - The NOVA's PROFINET service's configuration can be viewed via [listProfinetIOs](listProfinetIOs). For the PROFINET controller, e.g., a connected PLC, refer to the corresponding third party software, e.g., TIA portal).
770
776
 
771
777
  :param cell: Unique identifier addressing a cell in all API calls. (required)
772
778
  :type cell: str
773
- :param completion_timeout:
774
- :type completion_timeout: int
779
+ :param io: Unique identifier to address an Input/Output in the cell. (required)
780
+ :type io: str
781
+ :param profinet_io_data: (required)
782
+ :type profinet_io_data: ProfinetIOData
775
783
  :param _request_timeout: timeout setting for this request. If one
776
784
  number provided, it will be total request
777
785
  timeout. It can also be a pair (tuple) of
@@ -794,9 +802,10 @@ class BUSInputsOutputsApi:
794
802
  :return: Returns the result object.
795
803
  """ # noqa: E501
796
804
 
797
- _param = self._clear_bus_io_service_serialize(
805
+ _param = self._add_profinet_io_serialize(
798
806
  cell=cell,
799
- completion_timeout=completion_timeout,
807
+ io=io,
808
+ profinet_io_data=profinet_io_data,
800
809
  _request_auth=_request_auth,
801
810
  _content_type=_content_type,
802
811
  _headers=_headers,
@@ -805,7 +814,7 @@ class BUSInputsOutputsApi:
805
814
 
806
815
  _response_types_map: Dict[str, Optional[str]] = {
807
816
  '200': None,
808
- '202': None,
817
+ '400': "Error",
809
818
  '404': "Error",
810
819
  }
811
820
  response_data = await self.api_client.call_api(
@@ -820,10 +829,11 @@ class BUSInputsOutputsApi:
820
829
 
821
830
 
822
831
  @validate_call
823
- async def clear_bus_io_service_without_preload_content(
832
+ async def add_profinet_io_without_preload_content(
824
833
  self,
825
834
  cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
826
- completion_timeout: Optional[Annotated[int, Field(strict=True, ge=1)]] = None,
835
+ io: Annotated[StrictStr, Field(description="Unique identifier to address an Input/Output in the cell.")],
836
+ profinet_io_data: ProfinetIOData,
827
837
  _request_timeout: Union[
828
838
  None,
829
839
  Annotated[StrictFloat, Field(gt=0)],
@@ -837,6 +847,158 @@ class BUSInputsOutputsApi:
837
847
  _headers: Optional[Dict[StrictStr, Any]] = None,
838
848
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
839
849
  ) -> RESTResponseType:
850
+ """Add PROFINET Input/Output
851
+
852
+ Adds an input/output variable to or updates an input/output variable on the PROFINET device, e.g., NOVA's PROFINET service. The inputs/outputs map variables to specific memory addresses in the process image. The default process image has buffer lengths of 64 bytes for input and output. - The size of the buffer is determined by the `config_file_content` that is passed in [addBusIOService](addBusIOService) and has to be in accordance with the GSDML file describing the PROFINET device. The PROFINET controller as well as NOVA's PROFINET service use an input/output variable configuration to interpret the bits of the input/output process image. - The NOVA's PROFINET service's configuration can be viewed via [listProfinetIOs](listProfinetIOs). For the PROFINET controller, e.g., a connected PLC, refer to the corresponding third party software, e.g., TIA portal).
853
+
854
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
855
+ :type cell: str
856
+ :param io: Unique identifier to address an Input/Output in the cell. (required)
857
+ :type io: str
858
+ :param profinet_io_data: (required)
859
+ :type profinet_io_data: ProfinetIOData
860
+ :param _request_timeout: timeout setting for this request. If one
861
+ number provided, it will be total request
862
+ timeout. It can also be a pair (tuple) of
863
+ (connection, read) timeouts.
864
+ :type _request_timeout: int, tuple(int, int), optional
865
+ :param _request_auth: set to override the auth_settings for an a single
866
+ request; this effectively ignores the
867
+ authentication in the spec for a single request.
868
+ :type _request_auth: dict, optional
869
+ :param _content_type: force content-type for the request.
870
+ :type _content_type: str, Optional
871
+ :param _headers: set to override the headers for a single
872
+ request; this effectively ignores the headers
873
+ in the spec for a single request.
874
+ :type _headers: dict, optional
875
+ :param _host_index: set to override the host_index for a single
876
+ request; this effectively ignores the host_index
877
+ in the spec for a single request.
878
+ :type _host_index: int, optional
879
+ :return: Returns the result object.
880
+ """ # noqa: E501
881
+
882
+ _param = self._add_profinet_io_serialize(
883
+ cell=cell,
884
+ io=io,
885
+ profinet_io_data=profinet_io_data,
886
+ _request_auth=_request_auth,
887
+ _content_type=_content_type,
888
+ _headers=_headers,
889
+ _host_index=_host_index
890
+ )
891
+
892
+ _response_types_map: Dict[str, Optional[str]] = {
893
+ '200': None,
894
+ '400': "Error",
895
+ '404': "Error",
896
+ }
897
+ response_data = await self.api_client.call_api(
898
+ *_param,
899
+ _request_timeout=_request_timeout
900
+ )
901
+ return response_data.response
902
+
903
+
904
+ def _add_profinet_io_serialize(
905
+ self,
906
+ cell,
907
+ io,
908
+ profinet_io_data,
909
+ _request_auth,
910
+ _content_type,
911
+ _headers,
912
+ _host_index,
913
+ ) -> RequestSerialized:
914
+
915
+ _host = None
916
+
917
+ _collection_formats: Dict[str, str] = {
918
+ }
919
+
920
+ _path_params: Dict[str, str] = {}
921
+ _query_params: List[Tuple[str, str]] = []
922
+ _header_params: Dict[str, Optional[str]] = _headers or {}
923
+ _form_params: List[Tuple[str, str]] = []
924
+ _files: Dict[str, Union[str, bytes]] = {}
925
+ _body_params: Optional[bytes] = None
926
+
927
+ # process the path parameters
928
+ if cell is not None:
929
+ _path_params['cell'] = cell
930
+ if io is not None:
931
+ _path_params['io'] = io
932
+ # process the query parameters
933
+ # process the header parameters
934
+ # process the form parameters
935
+ # process the body parameter
936
+ if profinet_io_data is not None:
937
+ _body_params = profinet_io_data
938
+
939
+
940
+ # set the HTTP header `Accept`
941
+ _header_params['Accept'] = self.api_client.select_header_accept(
942
+ [
943
+ 'application/json'
944
+ ]
945
+ )
946
+
947
+ # set the HTTP header `Content-Type`
948
+ if _content_type:
949
+ _header_params['Content-Type'] = _content_type
950
+ else:
951
+ _default_content_type = (
952
+ self.api_client.select_header_content_type(
953
+ [
954
+ 'application/json'
955
+ ]
956
+ )
957
+ )
958
+ if _default_content_type is not None:
959
+ _header_params['Content-Type'] = _default_content_type
960
+
961
+ # authentication setting
962
+ _auth_settings: List[str] = [
963
+ 'BasicAuth',
964
+ 'BearerAuth'
965
+ ]
966
+
967
+ return self.api_client.param_serialize(
968
+ method='PUT',
969
+ resource_path='/cells/{cell}/bus-ios/profinet/ios/{io}',
970
+ path_params=_path_params,
971
+ query_params=_query_params,
972
+ header_params=_header_params,
973
+ body=_body_params,
974
+ post_params=_form_params,
975
+ files=_files,
976
+ auth_settings=_auth_settings,
977
+ collection_formats=_collection_formats,
978
+ _host=_host,
979
+ _request_auth=_request_auth
980
+ )
981
+
982
+
983
+
984
+ @validate_call
985
+ async def clear_bus_io_service(
986
+ self,
987
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
988
+ completion_timeout: Optional[Annotated[int, Field(strict=True, ge=1)]] = None,
989
+ _request_timeout: Union[
990
+ None,
991
+ Annotated[StrictFloat, Field(gt=0)],
992
+ Tuple[
993
+ Annotated[StrictFloat, Field(gt=0)],
994
+ Annotated[StrictFloat, Field(gt=0)]
995
+ ]
996
+ ] = None,
997
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
998
+ _content_type: Optional[StrictStr] = None,
999
+ _headers: Optional[Dict[StrictStr, Any]] = None,
1000
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1001
+ ) -> None:
840
1002
  """Clear Service
841
1003
 
842
1004
  Remove the BUS inputs/outputs service from the cell.
@@ -869,7 +1031,434 @@ class BUSInputsOutputsApi:
869
1031
 
870
1032
  _param = self._clear_bus_io_service_serialize(
871
1033
  cell=cell,
872
- completion_timeout=completion_timeout,
1034
+ completion_timeout=completion_timeout,
1035
+ _request_auth=_request_auth,
1036
+ _content_type=_content_type,
1037
+ _headers=_headers,
1038
+ _host_index=_host_index
1039
+ )
1040
+
1041
+ _response_types_map: Dict[str, Optional[str]] = {
1042
+ '200': None,
1043
+ '202': None,
1044
+ '404': "Error",
1045
+ }
1046
+ response_data = await self.api_client.call_api(
1047
+ *_param,
1048
+ _request_timeout=_request_timeout
1049
+ )
1050
+ await response_data.read()
1051
+ return self.api_client.response_deserialize(
1052
+ response_data=response_data,
1053
+ response_types_map=_response_types_map,
1054
+ ).data
1055
+
1056
+
1057
+ @validate_call
1058
+ async def clear_bus_io_service_with_http_info(
1059
+ self,
1060
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
1061
+ completion_timeout: Optional[Annotated[int, Field(strict=True, ge=1)]] = None,
1062
+ _request_timeout: Union[
1063
+ None,
1064
+ Annotated[StrictFloat, Field(gt=0)],
1065
+ Tuple[
1066
+ Annotated[StrictFloat, Field(gt=0)],
1067
+ Annotated[StrictFloat, Field(gt=0)]
1068
+ ]
1069
+ ] = None,
1070
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
1071
+ _content_type: Optional[StrictStr] = None,
1072
+ _headers: Optional[Dict[StrictStr, Any]] = None,
1073
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1074
+ ) -> ApiResponse[None]:
1075
+ """Clear Service
1076
+
1077
+ Remove the BUS inputs/outputs service from the cell.
1078
+
1079
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
1080
+ :type cell: str
1081
+ :param completion_timeout:
1082
+ :type completion_timeout: int
1083
+ :param _request_timeout: timeout setting for this request. If one
1084
+ number provided, it will be total request
1085
+ timeout. It can also be a pair (tuple) of
1086
+ (connection, read) timeouts.
1087
+ :type _request_timeout: int, tuple(int, int), optional
1088
+ :param _request_auth: set to override the auth_settings for an a single
1089
+ request; this effectively ignores the
1090
+ authentication in the spec for a single request.
1091
+ :type _request_auth: dict, optional
1092
+ :param _content_type: force content-type for the request.
1093
+ :type _content_type: str, Optional
1094
+ :param _headers: set to override the headers for a single
1095
+ request; this effectively ignores the headers
1096
+ in the spec for a single request.
1097
+ :type _headers: dict, optional
1098
+ :param _host_index: set to override the host_index for a single
1099
+ request; this effectively ignores the host_index
1100
+ in the spec for a single request.
1101
+ :type _host_index: int, optional
1102
+ :return: Returns the result object.
1103
+ """ # noqa: E501
1104
+
1105
+ _param = self._clear_bus_io_service_serialize(
1106
+ cell=cell,
1107
+ completion_timeout=completion_timeout,
1108
+ _request_auth=_request_auth,
1109
+ _content_type=_content_type,
1110
+ _headers=_headers,
1111
+ _host_index=_host_index
1112
+ )
1113
+
1114
+ _response_types_map: Dict[str, Optional[str]] = {
1115
+ '200': None,
1116
+ '202': None,
1117
+ '404': "Error",
1118
+ }
1119
+ response_data = await self.api_client.call_api(
1120
+ *_param,
1121
+ _request_timeout=_request_timeout
1122
+ )
1123
+ await response_data.read()
1124
+ return self.api_client.response_deserialize(
1125
+ response_data=response_data,
1126
+ response_types_map=_response_types_map,
1127
+ )
1128
+
1129
+
1130
+ @validate_call
1131
+ async def clear_bus_io_service_without_preload_content(
1132
+ self,
1133
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
1134
+ completion_timeout: Optional[Annotated[int, Field(strict=True, ge=1)]] = None,
1135
+ _request_timeout: Union[
1136
+ None,
1137
+ Annotated[StrictFloat, Field(gt=0)],
1138
+ Tuple[
1139
+ Annotated[StrictFloat, Field(gt=0)],
1140
+ Annotated[StrictFloat, Field(gt=0)]
1141
+ ]
1142
+ ] = None,
1143
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
1144
+ _content_type: Optional[StrictStr] = None,
1145
+ _headers: Optional[Dict[StrictStr, Any]] = None,
1146
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1147
+ ) -> RESTResponseType:
1148
+ """Clear Service
1149
+
1150
+ Remove the BUS inputs/outputs service from the cell.
1151
+
1152
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
1153
+ :type cell: str
1154
+ :param completion_timeout:
1155
+ :type completion_timeout: int
1156
+ :param _request_timeout: timeout setting for this request. If one
1157
+ number provided, it will be total request
1158
+ timeout. It can also be a pair (tuple) of
1159
+ (connection, read) timeouts.
1160
+ :type _request_timeout: int, tuple(int, int), optional
1161
+ :param _request_auth: set to override the auth_settings for an a single
1162
+ request; this effectively ignores the
1163
+ authentication in the spec for a single request.
1164
+ :type _request_auth: dict, optional
1165
+ :param _content_type: force content-type for the request.
1166
+ :type _content_type: str, Optional
1167
+ :param _headers: set to override the headers for a single
1168
+ request; this effectively ignores the headers
1169
+ in the spec for a single request.
1170
+ :type _headers: dict, optional
1171
+ :param _host_index: set to override the host_index for a single
1172
+ request; this effectively ignores the host_index
1173
+ in the spec for a single request.
1174
+ :type _host_index: int, optional
1175
+ :return: Returns the result object.
1176
+ """ # noqa: E501
1177
+
1178
+ _param = self._clear_bus_io_service_serialize(
1179
+ cell=cell,
1180
+ completion_timeout=completion_timeout,
1181
+ _request_auth=_request_auth,
1182
+ _content_type=_content_type,
1183
+ _headers=_headers,
1184
+ _host_index=_host_index
1185
+ )
1186
+
1187
+ _response_types_map: Dict[str, Optional[str]] = {
1188
+ '200': None,
1189
+ '202': None,
1190
+ '404': "Error",
1191
+ }
1192
+ response_data = await self.api_client.call_api(
1193
+ *_param,
1194
+ _request_timeout=_request_timeout
1195
+ )
1196
+ return response_data.response
1197
+
1198
+
1199
+ def _clear_bus_io_service_serialize(
1200
+ self,
1201
+ cell,
1202
+ completion_timeout,
1203
+ _request_auth,
1204
+ _content_type,
1205
+ _headers,
1206
+ _host_index,
1207
+ ) -> RequestSerialized:
1208
+
1209
+ _host = None
1210
+
1211
+ _collection_formats: Dict[str, str] = {
1212
+ }
1213
+
1214
+ _path_params: Dict[str, str] = {}
1215
+ _query_params: List[Tuple[str, str]] = []
1216
+ _header_params: Dict[str, Optional[str]] = _headers or {}
1217
+ _form_params: List[Tuple[str, str]] = []
1218
+ _files: Dict[str, Union[str, bytes]] = {}
1219
+ _body_params: Optional[bytes] = None
1220
+
1221
+ # process the path parameters
1222
+ if cell is not None:
1223
+ _path_params['cell'] = cell
1224
+ # process the query parameters
1225
+ if completion_timeout is not None:
1226
+
1227
+ _query_params.append(('completion_timeout', completion_timeout))
1228
+
1229
+ # process the header parameters
1230
+ # process the form parameters
1231
+ # process the body parameter
1232
+
1233
+
1234
+ # set the HTTP header `Accept`
1235
+ _header_params['Accept'] = self.api_client.select_header_accept(
1236
+ [
1237
+ 'application/json'
1238
+ ]
1239
+ )
1240
+
1241
+
1242
+ # authentication setting
1243
+ _auth_settings: List[str] = [
1244
+ 'BasicAuth',
1245
+ 'BearerAuth'
1246
+ ]
1247
+
1248
+ return self.api_client.param_serialize(
1249
+ method='DELETE',
1250
+ resource_path='/cells/{cell}/bus-ios',
1251
+ path_params=_path_params,
1252
+ query_params=_query_params,
1253
+ header_params=_header_params,
1254
+ body=_body_params,
1255
+ post_params=_form_params,
1256
+ files=_files,
1257
+ auth_settings=_auth_settings,
1258
+ collection_formats=_collection_formats,
1259
+ _host=_host,
1260
+ _request_auth=_request_auth
1261
+ )
1262
+
1263
+
1264
+
1265
+ @validate_call
1266
+ async def delete_modbus_io(
1267
+ self,
1268
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
1269
+ io: Annotated[StrictStr, Field(description="Unique identifier to address an Input/Output in the cell.")],
1270
+ _request_timeout: Union[
1271
+ None,
1272
+ Annotated[StrictFloat, Field(gt=0)],
1273
+ Tuple[
1274
+ Annotated[StrictFloat, Field(gt=0)],
1275
+ Annotated[StrictFloat, Field(gt=0)]
1276
+ ]
1277
+ ] = None,
1278
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
1279
+ _content_type: Optional[StrictStr] = None,
1280
+ _headers: Optional[Dict[StrictStr, Any]] = None,
1281
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1282
+ ) -> None:
1283
+ """Remove MODBUS Input/Ouptut
1284
+
1285
+ Removes an input/output variable configuration from the MODBUS device, e.g., NOVA's MODBUS service.
1286
+
1287
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
1288
+ :type cell: str
1289
+ :param io: Unique identifier to address an Input/Output in the cell. (required)
1290
+ :type io: str
1291
+ :param _request_timeout: timeout setting for this request. If one
1292
+ number provided, it will be total request
1293
+ timeout. It can also be a pair (tuple) of
1294
+ (connection, read) timeouts.
1295
+ :type _request_timeout: int, tuple(int, int), optional
1296
+ :param _request_auth: set to override the auth_settings for an a single
1297
+ request; this effectively ignores the
1298
+ authentication in the spec for a single request.
1299
+ :type _request_auth: dict, optional
1300
+ :param _content_type: force content-type for the request.
1301
+ :type _content_type: str, Optional
1302
+ :param _headers: set to override the headers for a single
1303
+ request; this effectively ignores the headers
1304
+ in the spec for a single request.
1305
+ :type _headers: dict, optional
1306
+ :param _host_index: set to override the host_index for a single
1307
+ request; this effectively ignores the host_index
1308
+ in the spec for a single request.
1309
+ :type _host_index: int, optional
1310
+ :return: Returns the result object.
1311
+ """ # noqa: E501
1312
+
1313
+ _param = self._delete_modbus_io_serialize(
1314
+ cell=cell,
1315
+ io=io,
1316
+ _request_auth=_request_auth,
1317
+ _content_type=_content_type,
1318
+ _headers=_headers,
1319
+ _host_index=_host_index
1320
+ )
1321
+
1322
+ _response_types_map: Dict[str, Optional[str]] = {
1323
+ '200': None,
1324
+ '400': "Error",
1325
+ '404': "Error",
1326
+ }
1327
+ response_data = await self.api_client.call_api(
1328
+ *_param,
1329
+ _request_timeout=_request_timeout
1330
+ )
1331
+ await response_data.read()
1332
+ return self.api_client.response_deserialize(
1333
+ response_data=response_data,
1334
+ response_types_map=_response_types_map,
1335
+ ).data
1336
+
1337
+
1338
+ @validate_call
1339
+ async def delete_modbus_io_with_http_info(
1340
+ self,
1341
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
1342
+ io: Annotated[StrictStr, Field(description="Unique identifier to address an Input/Output in the cell.")],
1343
+ _request_timeout: Union[
1344
+ None,
1345
+ Annotated[StrictFloat, Field(gt=0)],
1346
+ Tuple[
1347
+ Annotated[StrictFloat, Field(gt=0)],
1348
+ Annotated[StrictFloat, Field(gt=0)]
1349
+ ]
1350
+ ] = None,
1351
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
1352
+ _content_type: Optional[StrictStr] = None,
1353
+ _headers: Optional[Dict[StrictStr, Any]] = None,
1354
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1355
+ ) -> ApiResponse[None]:
1356
+ """Remove MODBUS Input/Ouptut
1357
+
1358
+ Removes an input/output variable configuration from the MODBUS device, e.g., NOVA's MODBUS service.
1359
+
1360
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
1361
+ :type cell: str
1362
+ :param io: Unique identifier to address an Input/Output in the cell. (required)
1363
+ :type io: str
1364
+ :param _request_timeout: timeout setting for this request. If one
1365
+ number provided, it will be total request
1366
+ timeout. It can also be a pair (tuple) of
1367
+ (connection, read) timeouts.
1368
+ :type _request_timeout: int, tuple(int, int), optional
1369
+ :param _request_auth: set to override the auth_settings for an a single
1370
+ request; this effectively ignores the
1371
+ authentication in the spec for a single request.
1372
+ :type _request_auth: dict, optional
1373
+ :param _content_type: force content-type for the request.
1374
+ :type _content_type: str, Optional
1375
+ :param _headers: set to override the headers for a single
1376
+ request; this effectively ignores the headers
1377
+ in the spec for a single request.
1378
+ :type _headers: dict, optional
1379
+ :param _host_index: set to override the host_index for a single
1380
+ request; this effectively ignores the host_index
1381
+ in the spec for a single request.
1382
+ :type _host_index: int, optional
1383
+ :return: Returns the result object.
1384
+ """ # noqa: E501
1385
+
1386
+ _param = self._delete_modbus_io_serialize(
1387
+ cell=cell,
1388
+ io=io,
1389
+ _request_auth=_request_auth,
1390
+ _content_type=_content_type,
1391
+ _headers=_headers,
1392
+ _host_index=_host_index
1393
+ )
1394
+
1395
+ _response_types_map: Dict[str, Optional[str]] = {
1396
+ '200': None,
1397
+ '400': "Error",
1398
+ '404': "Error",
1399
+ }
1400
+ response_data = await self.api_client.call_api(
1401
+ *_param,
1402
+ _request_timeout=_request_timeout
1403
+ )
1404
+ await response_data.read()
1405
+ return self.api_client.response_deserialize(
1406
+ response_data=response_data,
1407
+ response_types_map=_response_types_map,
1408
+ )
1409
+
1410
+
1411
+ @validate_call
1412
+ async def delete_modbus_io_without_preload_content(
1413
+ self,
1414
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
1415
+ io: Annotated[StrictStr, Field(description="Unique identifier to address an Input/Output in the cell.")],
1416
+ _request_timeout: Union[
1417
+ None,
1418
+ Annotated[StrictFloat, Field(gt=0)],
1419
+ Tuple[
1420
+ Annotated[StrictFloat, Field(gt=0)],
1421
+ Annotated[StrictFloat, Field(gt=0)]
1422
+ ]
1423
+ ] = None,
1424
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
1425
+ _content_type: Optional[StrictStr] = None,
1426
+ _headers: Optional[Dict[StrictStr, Any]] = None,
1427
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1428
+ ) -> RESTResponseType:
1429
+ """Remove MODBUS Input/Ouptut
1430
+
1431
+ Removes an input/output variable configuration from the MODBUS device, e.g., NOVA's MODBUS service.
1432
+
1433
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
1434
+ :type cell: str
1435
+ :param io: Unique identifier to address an Input/Output in the cell. (required)
1436
+ :type io: str
1437
+ :param _request_timeout: timeout setting for this request. If one
1438
+ number provided, it will be total request
1439
+ timeout. It can also be a pair (tuple) of
1440
+ (connection, read) timeouts.
1441
+ :type _request_timeout: int, tuple(int, int), optional
1442
+ :param _request_auth: set to override the auth_settings for an a single
1443
+ request; this effectively ignores the
1444
+ authentication in the spec for a single request.
1445
+ :type _request_auth: dict, optional
1446
+ :param _content_type: force content-type for the request.
1447
+ :type _content_type: str, Optional
1448
+ :param _headers: set to override the headers for a single
1449
+ request; this effectively ignores the headers
1450
+ in the spec for a single request.
1451
+ :type _headers: dict, optional
1452
+ :param _host_index: set to override the host_index for a single
1453
+ request; this effectively ignores the host_index
1454
+ in the spec for a single request.
1455
+ :type _host_index: int, optional
1456
+ :return: Returns the result object.
1457
+ """ # noqa: E501
1458
+
1459
+ _param = self._delete_modbus_io_serialize(
1460
+ cell=cell,
1461
+ io=io,
873
1462
  _request_auth=_request_auth,
874
1463
  _content_type=_content_type,
875
1464
  _headers=_headers,
@@ -878,7 +1467,7 @@ class BUSInputsOutputsApi:
878
1467
 
879
1468
  _response_types_map: Dict[str, Optional[str]] = {
880
1469
  '200': None,
881
- '202': None,
1470
+ '400': "Error",
882
1471
  '404': "Error",
883
1472
  }
884
1473
  response_data = await self.api_client.call_api(
@@ -888,10 +1477,10 @@ class BUSInputsOutputsApi:
888
1477
  return response_data.response
889
1478
 
890
1479
 
891
- def _clear_bus_io_service_serialize(
1480
+ def _delete_modbus_io_serialize(
892
1481
  self,
893
1482
  cell,
894
- completion_timeout,
1483
+ io,
895
1484
  _request_auth,
896
1485
  _content_type,
897
1486
  _headers,
@@ -913,11 +1502,9 @@ class BUSInputsOutputsApi:
913
1502
  # process the path parameters
914
1503
  if cell is not None:
915
1504
  _path_params['cell'] = cell
1505
+ if io is not None:
1506
+ _path_params['io'] = io
916
1507
  # process the query parameters
917
- if completion_timeout is not None:
918
-
919
- _query_params.append(('completion_timeout', completion_timeout))
920
-
921
1508
  # process the header parameters
922
1509
  # process the form parameters
923
1510
  # process the body parameter
@@ -939,7 +1526,7 @@ class BUSInputsOutputsApi:
939
1526
 
940
1527
  return self.api_client.param_serialize(
941
1528
  method='DELETE',
942
- resource_path='/cells/{cell}/bus-ios',
1529
+ resource_path='/cells/{cell}/bus-ios/modbus/ios/{io}',
943
1530
  path_params=_path_params,
944
1531
  query_params=_query_params,
945
1532
  header_params=_header_params,
@@ -974,7 +1561,7 @@ class BUSInputsOutputsApi:
974
1561
  ) -> None:
975
1562
  """Remove PROFINET Input/Ouptut
976
1563
 
977
- Removes an input/output variable configuration from the PROFINET device, e.g. NOVA's PROFINET service.
1564
+ Removes an input/output variable configuration from the PROFINET device, e.g., NOVA's PROFINET service.
978
1565
 
979
1566
  :param cell: Unique identifier addressing a cell in all API calls. (required)
980
1567
  :type cell: str
@@ -1047,7 +1634,7 @@ class BUSInputsOutputsApi:
1047
1634
  ) -> ApiResponse[None]:
1048
1635
  """Remove PROFINET Input/Ouptut
1049
1636
 
1050
- Removes an input/output variable configuration from the PROFINET device, e.g. NOVA's PROFINET service.
1637
+ Removes an input/output variable configuration from the PROFINET device, e.g., NOVA's PROFINET service.
1051
1638
 
1052
1639
  :param cell: Unique identifier addressing a cell in all API calls. (required)
1053
1640
  :type cell: str
@@ -1120,7 +1707,7 @@ class BUSInputsOutputsApi:
1120
1707
  ) -> RESTResponseType:
1121
1708
  """Remove PROFINET Input/Ouptut
1122
1709
 
1123
- Removes an input/output variable configuration from the PROFINET device, e.g. NOVA's PROFINET service.
1710
+ Removes an input/output variable configuration from the PROFINET device, e.g., NOVA's PROFINET service.
1124
1711
 
1125
1712
  :param cell: Unique identifier addressing a cell in all API calls. (required)
1126
1713
  :type cell: str
@@ -2322,7 +2909,7 @@ class BUSInputsOutputsApi:
2322
2909
  ) -> str:
2323
2910
  """PROFINET Inputs/Outputs to File
2324
2911
 
2325
- Get input/output variable configuration of the PROFINET device, e.g. NOVA's PROFINET service as file. You can specify byte offsets for the input and output variable addresses to get an XML tagmap that is ready to paste to the third party software, e.g. TIA portal.
2912
+ Get input/output variable configuration of the PROFINET device, e.g., NOVA's PROFINET service as file. You can specify byte offsets for the input and output variable addresses to get an XML tagmap that is ready to paste to the third party software, e.g., TIA portal.
2326
2913
 
2327
2914
  :param cell: Unique identifier addressing a cell in all API calls. (required)
2328
2915
  :type cell: str
@@ -2399,7 +2986,7 @@ class BUSInputsOutputsApi:
2399
2986
  ) -> ApiResponse[str]:
2400
2987
  """PROFINET Inputs/Outputs to File
2401
2988
 
2402
- Get input/output variable configuration of the PROFINET device, e.g. NOVA's PROFINET service as file. You can specify byte offsets for the input and output variable addresses to get an XML tagmap that is ready to paste to the third party software, e.g. TIA portal.
2989
+ Get input/output variable configuration of the PROFINET device, e.g., NOVA's PROFINET service as file. You can specify byte offsets for the input and output variable addresses to get an XML tagmap that is ready to paste to the third party software, e.g., TIA portal.
2403
2990
 
2404
2991
  :param cell: Unique identifier addressing a cell in all API calls. (required)
2405
2992
  :type cell: str
@@ -2476,7 +3063,7 @@ class BUSInputsOutputsApi:
2476
3063
  ) -> RESTResponseType:
2477
3064
  """PROFINET Inputs/Outputs to File
2478
3065
 
2479
- Get input/output variable configuration of the PROFINET device, e.g. NOVA's PROFINET service as file. You can specify byte offsets for the input and output variable addresses to get an XML tagmap that is ready to paste to the third party software, e.g. TIA portal.
3066
+ Get input/output variable configuration of the PROFINET device, e.g., NOVA's PROFINET service as file. You can specify byte offsets for the input and output variable addresses to get an XML tagmap that is ready to paste to the third party software, e.g., TIA portal.
2480
3067
 
2481
3068
  :param cell: Unique identifier addressing a cell in all API calls. (required)
2482
3069
  :type cell: str
@@ -2615,10 +3202,10 @@ class BUSInputsOutputsApi:
2615
3202
  _content_type: Optional[StrictStr] = None,
2616
3203
  _headers: Optional[Dict[StrictStr, Any]] = None,
2617
3204
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2618
- ) -> List[IODescription2]:
3205
+ ) -> List[BusIODescription]:
2619
3206
  """List Descriptions
2620
3207
 
2621
- List all input/output descriptions for configured BUS services. The input/output descriptions contain information such as the name, the type and the unit. The input/output direction is given in perspective of the BUS service.
3208
+ List all input/output descriptions for configured BUS services. The input/output descriptions contain information like name, type and unit. The input/output direction is given in perspective of the BUS service.
2622
3209
 
2623
3210
  :param cell: Unique identifier addressing a cell in all API calls. (required)
2624
3211
  :type cell: str
@@ -2653,7 +3240,7 @@ class BUSInputsOutputsApi:
2653
3240
  )
2654
3241
 
2655
3242
  _response_types_map: Dict[str, Optional[str]] = {
2656
- '200': "List[IODescription2]",
3243
+ '200': "List[BusIODescription]",
2657
3244
  '404': "Error",
2658
3245
  }
2659
3246
  response_data = await self.api_client.call_api(
@@ -2683,10 +3270,10 @@ class BUSInputsOutputsApi:
2683
3270
  _content_type: Optional[StrictStr] = None,
2684
3271
  _headers: Optional[Dict[StrictStr, Any]] = None,
2685
3272
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2686
- ) -> ApiResponse[List[IODescription2]]:
3273
+ ) -> ApiResponse[List[BusIODescription]]:
2687
3274
  """List Descriptions
2688
3275
 
2689
- List all input/output descriptions for configured BUS services. The input/output descriptions contain information such as the name, the type and the unit. The input/output direction is given in perspective of the BUS service.
3276
+ List all input/output descriptions for configured BUS services. The input/output descriptions contain information like name, type and unit. The input/output direction is given in perspective of the BUS service.
2690
3277
 
2691
3278
  :param cell: Unique identifier addressing a cell in all API calls. (required)
2692
3279
  :type cell: str
@@ -2721,7 +3308,7 @@ class BUSInputsOutputsApi:
2721
3308
  )
2722
3309
 
2723
3310
  _response_types_map: Dict[str, Optional[str]] = {
2724
- '200': "List[IODescription2]",
3311
+ '200': "List[BusIODescription]",
2725
3312
  '404': "Error",
2726
3313
  }
2727
3314
  response_data = await self.api_client.call_api(
@@ -2754,7 +3341,7 @@ class BUSInputsOutputsApi:
2754
3341
  ) -> RESTResponseType:
2755
3342
  """List Descriptions
2756
3343
 
2757
- List all input/output descriptions for configured BUS services. The input/output descriptions contain information such as the name, the type and the unit. The input/output direction is given in perspective of the BUS service.
3344
+ List all input/output descriptions for configured BUS services. The input/output descriptions contain information like name, type and unit. The input/output direction is given in perspective of the BUS service.
2758
3345
 
2759
3346
  :param cell: Unique identifier addressing a cell in all API calls. (required)
2760
3347
  :type cell: str
@@ -2789,7 +3376,7 @@ class BUSInputsOutputsApi:
2789
3376
  )
2790
3377
 
2791
3378
  _response_types_map: Dict[str, Optional[str]] = {
2792
- '200': "List[IODescription2]",
3379
+ '200': "List[BusIODescription]",
2793
3380
  '404': "Error",
2794
3381
  }
2795
3382
  response_data = await self.api_client.call_api(
@@ -2860,6 +3447,267 @@ class BUSInputsOutputsApi:
2860
3447
 
2861
3448
 
2862
3449
 
3450
+ @validate_call
3451
+ async def list_modbus_ios(
3452
+ self,
3453
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
3454
+ _request_timeout: Union[
3455
+ None,
3456
+ Annotated[StrictFloat, Field(gt=0)],
3457
+ Tuple[
3458
+ Annotated[StrictFloat, Field(gt=0)],
3459
+ Annotated[StrictFloat, Field(gt=0)]
3460
+ ]
3461
+ ] = None,
3462
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
3463
+ _content_type: Optional[StrictStr] = None,
3464
+ _headers: Optional[Dict[StrictStr, Any]] = None,
3465
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
3466
+ ) -> List[ModbusIO]:
3467
+ """List MODBUS Input/Output Configuration
3468
+
3469
+ List descriptions for all configured input/output variables of the MODBUS service. The input/output descriptions contain information like name, type and address. The input/output direction is given in perspective of the active MODBUS type (service or client). - The byte and bit addresses are the locations in the MODBUS input/output process image the variable points to. - The MODBUS controller as well as NOVA's MODBUS service use an input/output variable configuration to interpret the bits of the input and output process image. - The NOVA MODBUS service's configuration is modified via [addModbusIO](addModbusIO).
3470
+
3471
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
3472
+ :type cell: str
3473
+ :param _request_timeout: timeout setting for this request. If one
3474
+ number provided, it will be total request
3475
+ timeout. It can also be a pair (tuple) of
3476
+ (connection, read) timeouts.
3477
+ :type _request_timeout: int, tuple(int, int), optional
3478
+ :param _request_auth: set to override the auth_settings for an a single
3479
+ request; this effectively ignores the
3480
+ authentication in the spec for a single request.
3481
+ :type _request_auth: dict, optional
3482
+ :param _content_type: force content-type for the request.
3483
+ :type _content_type: str, Optional
3484
+ :param _headers: set to override the headers for a single
3485
+ request; this effectively ignores the headers
3486
+ in the spec for a single request.
3487
+ :type _headers: dict, optional
3488
+ :param _host_index: set to override the host_index for a single
3489
+ request; this effectively ignores the host_index
3490
+ in the spec for a single request.
3491
+ :type _host_index: int, optional
3492
+ :return: Returns the result object.
3493
+ """ # noqa: E501
3494
+
3495
+ _param = self._list_modbus_ios_serialize(
3496
+ cell=cell,
3497
+ _request_auth=_request_auth,
3498
+ _content_type=_content_type,
3499
+ _headers=_headers,
3500
+ _host_index=_host_index
3501
+ )
3502
+
3503
+ _response_types_map: Dict[str, Optional[str]] = {
3504
+ '200': "List[ModbusIO]",
3505
+ '404': "Error",
3506
+ }
3507
+ response_data = await self.api_client.call_api(
3508
+ *_param,
3509
+ _request_timeout=_request_timeout
3510
+ )
3511
+ await response_data.read()
3512
+ return self.api_client.response_deserialize(
3513
+ response_data=response_data,
3514
+ response_types_map=_response_types_map,
3515
+ ).data
3516
+
3517
+
3518
+ @validate_call
3519
+ async def list_modbus_ios_with_http_info(
3520
+ self,
3521
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
3522
+ _request_timeout: Union[
3523
+ None,
3524
+ Annotated[StrictFloat, Field(gt=0)],
3525
+ Tuple[
3526
+ Annotated[StrictFloat, Field(gt=0)],
3527
+ Annotated[StrictFloat, Field(gt=0)]
3528
+ ]
3529
+ ] = None,
3530
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
3531
+ _content_type: Optional[StrictStr] = None,
3532
+ _headers: Optional[Dict[StrictStr, Any]] = None,
3533
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
3534
+ ) -> ApiResponse[List[ModbusIO]]:
3535
+ """List MODBUS Input/Output Configuration
3536
+
3537
+ List descriptions for all configured input/output variables of the MODBUS service. The input/output descriptions contain information like name, type and address. The input/output direction is given in perspective of the active MODBUS type (service or client). - The byte and bit addresses are the locations in the MODBUS input/output process image the variable points to. - The MODBUS controller as well as NOVA's MODBUS service use an input/output variable configuration to interpret the bits of the input and output process image. - The NOVA MODBUS service's configuration is modified via [addModbusIO](addModbusIO).
3538
+
3539
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
3540
+ :type cell: str
3541
+ :param _request_timeout: timeout setting for this request. If one
3542
+ number provided, it will be total request
3543
+ timeout. It can also be a pair (tuple) of
3544
+ (connection, read) timeouts.
3545
+ :type _request_timeout: int, tuple(int, int), optional
3546
+ :param _request_auth: set to override the auth_settings for an a single
3547
+ request; this effectively ignores the
3548
+ authentication in the spec for a single request.
3549
+ :type _request_auth: dict, optional
3550
+ :param _content_type: force content-type for the request.
3551
+ :type _content_type: str, Optional
3552
+ :param _headers: set to override the headers for a single
3553
+ request; this effectively ignores the headers
3554
+ in the spec for a single request.
3555
+ :type _headers: dict, optional
3556
+ :param _host_index: set to override the host_index for a single
3557
+ request; this effectively ignores the host_index
3558
+ in the spec for a single request.
3559
+ :type _host_index: int, optional
3560
+ :return: Returns the result object.
3561
+ """ # noqa: E501
3562
+
3563
+ _param = self._list_modbus_ios_serialize(
3564
+ cell=cell,
3565
+ _request_auth=_request_auth,
3566
+ _content_type=_content_type,
3567
+ _headers=_headers,
3568
+ _host_index=_host_index
3569
+ )
3570
+
3571
+ _response_types_map: Dict[str, Optional[str]] = {
3572
+ '200': "List[ModbusIO]",
3573
+ '404': "Error",
3574
+ }
3575
+ response_data = await self.api_client.call_api(
3576
+ *_param,
3577
+ _request_timeout=_request_timeout
3578
+ )
3579
+ await response_data.read()
3580
+ return self.api_client.response_deserialize(
3581
+ response_data=response_data,
3582
+ response_types_map=_response_types_map,
3583
+ )
3584
+
3585
+
3586
+ @validate_call
3587
+ async def list_modbus_ios_without_preload_content(
3588
+ self,
3589
+ cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
3590
+ _request_timeout: Union[
3591
+ None,
3592
+ Annotated[StrictFloat, Field(gt=0)],
3593
+ Tuple[
3594
+ Annotated[StrictFloat, Field(gt=0)],
3595
+ Annotated[StrictFloat, Field(gt=0)]
3596
+ ]
3597
+ ] = None,
3598
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
3599
+ _content_type: Optional[StrictStr] = None,
3600
+ _headers: Optional[Dict[StrictStr, Any]] = None,
3601
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
3602
+ ) -> RESTResponseType:
3603
+ """List MODBUS Input/Output Configuration
3604
+
3605
+ List descriptions for all configured input/output variables of the MODBUS service. The input/output descriptions contain information like name, type and address. The input/output direction is given in perspective of the active MODBUS type (service or client). - The byte and bit addresses are the locations in the MODBUS input/output process image the variable points to. - The MODBUS controller as well as NOVA's MODBUS service use an input/output variable configuration to interpret the bits of the input and output process image. - The NOVA MODBUS service's configuration is modified via [addModbusIO](addModbusIO).
3606
+
3607
+ :param cell: Unique identifier addressing a cell in all API calls. (required)
3608
+ :type cell: str
3609
+ :param _request_timeout: timeout setting for this request. If one
3610
+ number provided, it will be total request
3611
+ timeout. It can also be a pair (tuple) of
3612
+ (connection, read) timeouts.
3613
+ :type _request_timeout: int, tuple(int, int), optional
3614
+ :param _request_auth: set to override the auth_settings for an a single
3615
+ request; this effectively ignores the
3616
+ authentication in the spec for a single request.
3617
+ :type _request_auth: dict, optional
3618
+ :param _content_type: force content-type for the request.
3619
+ :type _content_type: str, Optional
3620
+ :param _headers: set to override the headers for a single
3621
+ request; this effectively ignores the headers
3622
+ in the spec for a single request.
3623
+ :type _headers: dict, optional
3624
+ :param _host_index: set to override the host_index for a single
3625
+ request; this effectively ignores the host_index
3626
+ in the spec for a single request.
3627
+ :type _host_index: int, optional
3628
+ :return: Returns the result object.
3629
+ """ # noqa: E501
3630
+
3631
+ _param = self._list_modbus_ios_serialize(
3632
+ cell=cell,
3633
+ _request_auth=_request_auth,
3634
+ _content_type=_content_type,
3635
+ _headers=_headers,
3636
+ _host_index=_host_index
3637
+ )
3638
+
3639
+ _response_types_map: Dict[str, Optional[str]] = {
3640
+ '200': "List[ModbusIO]",
3641
+ '404': "Error",
3642
+ }
3643
+ response_data = await self.api_client.call_api(
3644
+ *_param,
3645
+ _request_timeout=_request_timeout
3646
+ )
3647
+ return response_data.response
3648
+
3649
+
3650
+ def _list_modbus_ios_serialize(
3651
+ self,
3652
+ cell,
3653
+ _request_auth,
3654
+ _content_type,
3655
+ _headers,
3656
+ _host_index,
3657
+ ) -> RequestSerialized:
3658
+
3659
+ _host = None
3660
+
3661
+ _collection_formats: Dict[str, str] = {
3662
+ }
3663
+
3664
+ _path_params: Dict[str, str] = {}
3665
+ _query_params: List[Tuple[str, str]] = []
3666
+ _header_params: Dict[str, Optional[str]] = _headers or {}
3667
+ _form_params: List[Tuple[str, str]] = []
3668
+ _files: Dict[str, Union[str, bytes]] = {}
3669
+ _body_params: Optional[bytes] = None
3670
+
3671
+ # process the path parameters
3672
+ if cell is not None:
3673
+ _path_params['cell'] = cell
3674
+ # process the query parameters
3675
+ # process the header parameters
3676
+ # process the form parameters
3677
+ # process the body parameter
3678
+
3679
+
3680
+ # set the HTTP header `Accept`
3681
+ _header_params['Accept'] = self.api_client.select_header_accept(
3682
+ [
3683
+ 'application/json'
3684
+ ]
3685
+ )
3686
+
3687
+
3688
+ # authentication setting
3689
+ _auth_settings: List[str] = [
3690
+ 'BasicAuth',
3691
+ 'BearerAuth'
3692
+ ]
3693
+
3694
+ return self.api_client.param_serialize(
3695
+ method='GET',
3696
+ resource_path='/cells/{cell}/bus-ios/modbus/ios',
3697
+ path_params=_path_params,
3698
+ query_params=_query_params,
3699
+ header_params=_header_params,
3700
+ body=_body_params,
3701
+ post_params=_form_params,
3702
+ files=_files,
3703
+ auth_settings=_auth_settings,
3704
+ collection_formats=_collection_formats,
3705
+ _host=_host,
3706
+ _request_auth=_request_auth
3707
+ )
3708
+
3709
+
3710
+
2863
3711
  @validate_call
2864
3712
  async def list_profinet_ios(
2865
3713
  self,
@@ -2879,7 +3727,7 @@ class BUSInputsOutputsApi:
2879
3727
  ) -> List[ProfinetIO]:
2880
3728
  """List PROFINET Input/Output Configuration
2881
3729
 
2882
- List descriptions for all configured input/output variables of the PROFINET service. The input/output descriptions contain information such as the name, the type and the unit. The input/output direction is given in perspective of the PROFINET Device, e.g. the configured PROFINET service. The byte and bit addresses are the locations in the PROFINET input/output process image the variable points to. The PROFINET controller as well as NOVA's PROFINET service use an input/output variable configuration to interpret the bits of the input and output process image. The NOVA PROFINET service's configuration is modified via [addProfinetIO](addProfinetIO) and [setProfinetIOsFromFile](setProfinetIOsFromFile). For the PROFINET controller, e.g. a connected PLC, refer to the corresponding third party software, e.g. TIA portal.
3730
+ List descriptions for all configured input/output variables of the PROFINET service. The input/output descriptions contain information like name, type and unit. The input/output direction is given in perspective of the PROFINET device, e.g., the configured PROFINET service. - The byte and bit addresses are the locations in the PROFINET input/output process image the variable points to. - The PROFINET controller as well as NOVA's PROFINET service use an input/output variable configuration to interpret the bits of the input and output process image. - The NOVA PROFINET service's configuration is modified via [addProfinetIO](addProfinetIO) and [setProfinetIOsFromFile](setProfinetIOsFromFile). For the PROFINET controller, e.g., a connected PLC, refer to the corresponding third party software, e.g., TIA portal.
2883
3731
 
2884
3732
  :param cell: Unique identifier addressing a cell in all API calls. (required)
2885
3733
  :type cell: str
@@ -2947,7 +3795,7 @@ class BUSInputsOutputsApi:
2947
3795
  ) -> ApiResponse[List[ProfinetIO]]:
2948
3796
  """List PROFINET Input/Output Configuration
2949
3797
 
2950
- List descriptions for all configured input/output variables of the PROFINET service. The input/output descriptions contain information such as the name, the type and the unit. The input/output direction is given in perspective of the PROFINET Device, e.g. the configured PROFINET service. The byte and bit addresses are the locations in the PROFINET input/output process image the variable points to. The PROFINET controller as well as NOVA's PROFINET service use an input/output variable configuration to interpret the bits of the input and output process image. The NOVA PROFINET service's configuration is modified via [addProfinetIO](addProfinetIO) and [setProfinetIOsFromFile](setProfinetIOsFromFile). For the PROFINET controller, e.g. a connected PLC, refer to the corresponding third party software, e.g. TIA portal.
3798
+ List descriptions for all configured input/output variables of the PROFINET service. The input/output descriptions contain information like name, type and unit. The input/output direction is given in perspective of the PROFINET device, e.g., the configured PROFINET service. - The byte and bit addresses are the locations in the PROFINET input/output process image the variable points to. - The PROFINET controller as well as NOVA's PROFINET service use an input/output variable configuration to interpret the bits of the input and output process image. - The NOVA PROFINET service's configuration is modified via [addProfinetIO](addProfinetIO) and [setProfinetIOsFromFile](setProfinetIOsFromFile). For the PROFINET controller, e.g., a connected PLC, refer to the corresponding third party software, e.g., TIA portal.
2951
3799
 
2952
3800
  :param cell: Unique identifier addressing a cell in all API calls. (required)
2953
3801
  :type cell: str
@@ -3015,7 +3863,7 @@ class BUSInputsOutputsApi:
3015
3863
  ) -> RESTResponseType:
3016
3864
  """List PROFINET Input/Output Configuration
3017
3865
 
3018
- List descriptions for all configured input/output variables of the PROFINET service. The input/output descriptions contain information such as the name, the type and the unit. The input/output direction is given in perspective of the PROFINET Device, e.g. the configured PROFINET service. The byte and bit addresses are the locations in the PROFINET input/output process image the variable points to. The PROFINET controller as well as NOVA's PROFINET service use an input/output variable configuration to interpret the bits of the input and output process image. The NOVA PROFINET service's configuration is modified via [addProfinetIO](addProfinetIO) and [setProfinetIOsFromFile](setProfinetIOsFromFile). For the PROFINET controller, e.g. a connected PLC, refer to the corresponding third party software, e.g. TIA portal.
3866
+ List descriptions for all configured input/output variables of the PROFINET service. The input/output descriptions contain information like name, type and unit. The input/output direction is given in perspective of the PROFINET device, e.g., the configured PROFINET service. - The byte and bit addresses are the locations in the PROFINET input/output process image the variable points to. - The PROFINET controller as well as NOVA's PROFINET service use an input/output variable configuration to interpret the bits of the input and output process image. - The NOVA PROFINET service's configuration is modified via [addProfinetIO](addProfinetIO) and [setProfinetIOsFromFile](setProfinetIOsFromFile). For the PROFINET controller, e.g., a connected PLC, refer to the corresponding third party software, e.g., TIA portal.
3019
3867
 
3020
3868
  :param cell: Unique identifier addressing a cell in all API calls. (required)
3021
3869
  :type cell: str
@@ -3434,7 +4282,7 @@ class BUSInputsOutputsApi:
3434
4282
  ) -> None:
3435
4283
  """Set PROFINET Inputs/Outputs from File
3436
4284
 
3437
- Sets input/output variable configuration on the PROFINET device (i.e. NOVA's PROFINET service) from XML file. The inputs/outputs map variables to specific memory addresses in the process image. The default process image has buffer lengths of 64 bytes for input and output. The size of the buffer is determined by the `config_file_content` that is passed in [addBusIOService](addBusIOService) and has to be in accordance with the GSDML file describing the PROFINET device. The PROFINET controller as well as NOVA's PROFINET service use an input/output variable configuration to interpret the bits of the input/output process image. The NOVA's PROFINET service's configuration can be viewed via [listProfinetIOs](listProfinetIOs). For the PROFINET controller, e.g. a connected PLC, refer to the corresponding engineering system, e.g. TIA portal. You can export the variable configuration of the PROFINET controller as XML file from your engineering system, e.g. TIA portal. The endpoint is built so that the perspective of input and output (PROFINET Device's input is PROFINET Controller's output) is internally handled (PROFINET device input is PROFINET controller output), meaning that you can paste the exported XML file here without modifying.
4285
+ Sets input/output variable configuration on the PROFINET device (i.e. NOVA's PROFINET service) from XML file. The inputs/outputs map variables to specific memory addresses in the process image. The default process image has buffer lengths of 64 bytes for input and output. - The size of the buffer is determined by the `config_file_content` that is passed in [addBusIOService](addBusIOService) and has to be in accordance with the GSDML file describing the PROFINET device. The PROFINET controller as well as NOVA's PROFINET service use an input/output variable configuration to interpret the bits of the input/output process image. - The NOVA's PROFINET service's configuration can be viewed via [listProfinetIOs](listProfinetIOs). For the PROFINET controller, e.g., a connected PLC, refer to the corresponding engineering system, e.g., TIA portal. #### Export variables You can export the variable configuration of the PROFINET controller as XML file from your engineering system, e.g., TIA portal. - The endpoint is built so that the perspective of input and output (PROFINET Device's input is PROFINET Controller's output) is internally handled (PROFINET device input is PROFINET controller output), meaning that you can paste the exported XML file here without modifying.
3438
4286
 
3439
4287
  :param cell: Unique identifier addressing a cell in all API calls. (required)
3440
4288
  :type cell: str
@@ -3507,7 +4355,7 @@ class BUSInputsOutputsApi:
3507
4355
  ) -> ApiResponse[None]:
3508
4356
  """Set PROFINET Inputs/Outputs from File
3509
4357
 
3510
- Sets input/output variable configuration on the PROFINET device (i.e. NOVA's PROFINET service) from XML file. The inputs/outputs map variables to specific memory addresses in the process image. The default process image has buffer lengths of 64 bytes for input and output. The size of the buffer is determined by the `config_file_content` that is passed in [addBusIOService](addBusIOService) and has to be in accordance with the GSDML file describing the PROFINET device. The PROFINET controller as well as NOVA's PROFINET service use an input/output variable configuration to interpret the bits of the input/output process image. The NOVA's PROFINET service's configuration can be viewed via [listProfinetIOs](listProfinetIOs). For the PROFINET controller, e.g. a connected PLC, refer to the corresponding engineering system, e.g. TIA portal. You can export the variable configuration of the PROFINET controller as XML file from your engineering system, e.g. TIA portal. The endpoint is built so that the perspective of input and output (PROFINET Device's input is PROFINET Controller's output) is internally handled (PROFINET device input is PROFINET controller output), meaning that you can paste the exported XML file here without modifying.
4358
+ Sets input/output variable configuration on the PROFINET device (i.e. NOVA's PROFINET service) from XML file. The inputs/outputs map variables to specific memory addresses in the process image. The default process image has buffer lengths of 64 bytes for input and output. - The size of the buffer is determined by the `config_file_content` that is passed in [addBusIOService](addBusIOService) and has to be in accordance with the GSDML file describing the PROFINET device. The PROFINET controller as well as NOVA's PROFINET service use an input/output variable configuration to interpret the bits of the input/output process image. - The NOVA's PROFINET service's configuration can be viewed via [listProfinetIOs](listProfinetIOs). For the PROFINET controller, e.g., a connected PLC, refer to the corresponding engineering system, e.g., TIA portal. #### Export variables You can export the variable configuration of the PROFINET controller as XML file from your engineering system, e.g., TIA portal. - The endpoint is built so that the perspective of input and output (PROFINET Device's input is PROFINET Controller's output) is internally handled (PROFINET device input is PROFINET controller output), meaning that you can paste the exported XML file here without modifying.
3511
4359
 
3512
4360
  :param cell: Unique identifier addressing a cell in all API calls. (required)
3513
4361
  :type cell: str
@@ -3580,7 +4428,7 @@ class BUSInputsOutputsApi:
3580
4428
  ) -> RESTResponseType:
3581
4429
  """Set PROFINET Inputs/Outputs from File
3582
4430
 
3583
- Sets input/output variable configuration on the PROFINET device (i.e. NOVA's PROFINET service) from XML file. The inputs/outputs map variables to specific memory addresses in the process image. The default process image has buffer lengths of 64 bytes for input and output. The size of the buffer is determined by the `config_file_content` that is passed in [addBusIOService](addBusIOService) and has to be in accordance with the GSDML file describing the PROFINET device. The PROFINET controller as well as NOVA's PROFINET service use an input/output variable configuration to interpret the bits of the input/output process image. The NOVA's PROFINET service's configuration can be viewed via [listProfinetIOs](listProfinetIOs). For the PROFINET controller, e.g. a connected PLC, refer to the corresponding engineering system, e.g. TIA portal. You can export the variable configuration of the PROFINET controller as XML file from your engineering system, e.g. TIA portal. The endpoint is built so that the perspective of input and output (PROFINET Device's input is PROFINET Controller's output) is internally handled (PROFINET device input is PROFINET controller output), meaning that you can paste the exported XML file here without modifying.
4431
+ Sets input/output variable configuration on the PROFINET device (i.e. NOVA's PROFINET service) from XML file. The inputs/outputs map variables to specific memory addresses in the process image. The default process image has buffer lengths of 64 bytes for input and output. - The size of the buffer is determined by the `config_file_content` that is passed in [addBusIOService](addBusIOService) and has to be in accordance with the GSDML file describing the PROFINET device. The PROFINET controller as well as NOVA's PROFINET service use an input/output variable configuration to interpret the bits of the input/output process image. - The NOVA's PROFINET service's configuration can be viewed via [listProfinetIOs](listProfinetIOs). For the PROFINET controller, e.g., a connected PLC, refer to the corresponding engineering system, e.g., TIA portal. #### Export variables You can export the variable configuration of the PROFINET controller as XML file from your engineering system, e.g., TIA portal. - The endpoint is built so that the perspective of input and output (PROFINET Device's input is PROFINET Controller's output) is internally handled (PROFINET device input is PROFINET controller output), meaning that you can paste the exported XML file here without modifying.
3584
4432
 
3585
4433
  :param cell: Unique identifier addressing a cell in all API calls. (required)
3586
4434
  :type cell: str