Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
SMIA 0.3.3 documentation
Light Logo Dark Logo
SMIA 0.3.3 documentation

Table of Contents:

  • Getting Started
  • SMIA User Guide
    • Installation Guide
    • AAS Development Guide
    • SMIA Configuration Guide
    • SMIA Start-up Guide
    • SMIA Extension Guide
    • Step-by-step tutorials
      • Step-by-step tutorial: Extension
    • SMIA ecosystem
      • SMIA ecosystem: extended agents
        • SMIA ecosystem: SMIA PE
        • SMIA ecosystem: SMIA HI
        • SMIA ecosystem: SMIA Operator
      • SMIA ecosystem: infrastructure
        • SMIA ecosystem: Camunda Modeler
        • SMIA ecosystem: SMIA-I KB
        • SMIA ecosystem: SMIA ISM
  • SMIA Use Cases
    • Cooperative transport logistics
    • Flexible small-scale manufacturing
  • SMIA Environment Builder
  • API documentation
    • smia package
      • smia.aas_model package
        • smia.aas_model.aas_model_utils module
        • smia.aas_model.extended_aas module
        • smia.aas_model.extended_aas_model module
        • smia.aas_model.extended_base module
        • smia.aas_model.extended_concept_description module
        • smia.aas_model.extended_submodel module
      • smia.agents package
        • smia.agents.extensible_smia_agent module
        • smia.agents.smia_agent module
        • smia.agents.smia_app_agent module
        • smia.agents.smia_resource_agent module
      • smia.assetconnection package
        • smia.assetconnection.asset_connection module
        • smia.assetconnection.http_asset_connection module
        • smia.assetconnection.mqtt_asset_connection module
      • smia.behaviours package
        • smia.behaviours.specific_handle_behaviours package
          • smia.behaviours.specific_handle_behaviours.handle_aas_related_svc_behaviour module
          • smia.behaviours.specific_handle_behaviours.handle_capability_behaviour module
          • smia.behaviours.specific_handle_behaviours.handle_negotiation_behaviour module
          • smia.behaviours.specific_handle_behaviours.handle_svc_response_behaviour module
        • smia.behaviours.aas_fsm_behaviour module
        • smia.behaviours.acl_handling_behaviour module
        • smia.behaviours.check_physical_asset_behaviour module
        • smia.behaviours.end_behaviour module
        • smia.behaviours.idle_behaviour module
        • smia.behaviours.init_aas_archive_behaviour module
        • smia.behaviours.init_aas_model_behaviour module
        • smia.behaviours.negotiating_behaviour module
      • smia.css_ontology package
        • smia.css_ontology.capability_skill_module module
        • smia.css_ontology.capability_skill_ontology module
        • smia.css_ontology.css_ontology_utils module
        • smia.css_ontology.css_operations module
      • smia.launchers package
        • smia.launchers.smia_cli_starter module
        • smia.launchers.smia_docker_starter module
        • smia.launchers.smia_starter module
      • smia.logic package
        • smia.logic.acl_smia_messages_utils module
        • smia.logic.agent_services module
        • smia.logic.exceptions module
        • smia.logic.inter_smia_interactions_utils module
        • smia.logic.negotiation_utils module
        • smia.logic.services_utils module
      • smia.states package
        • smia.states.state_booting module
        • smia.states.state_booting_resource module
        • smia.states.state_idle module
        • smia.states.state_running module
        • smia.states.state_stopping module
      • smia.utilities package
        • smia.utilities.aas_model_extension_utils module
        • smia.utilities.aas_related_services_info module
        • smia.utilities.fipa_acl_info module
        • smia.utilities.general_utils module
        • smia.utilities.properties_file_utils module
        • smia.utilities.smia_archive_utils module
        • smia.utilities.smia_general_info module
        • smia.utilities.smia_info module
    • API documentation: SMIA ecosystem
      • smia_pe package
        • smia_pe.behaviours package
          • smia_pe.behaviours.bpmn_performer_behaviour module
          • smia_pe.behaviours.receive_acl_behaviour module
          • smia_pe.behaviours.smia_pe_gui_behaviour module
        • smia_pe.utilities package
          • smia_pe.utilities.gui_utils module
          • smia_pe.utilities.smia_bpmn_info module
          • smia_pe.utilities.smia_bpmn_utils module
          • smia_pe.utilities.smia_pe_aas_model_utils module
        • smia_pe.smia_pe_starter module
      • smia_operator
        • operator_gui_behaviours module
        • operator_gui_logic module
        • smia_operator_starter module
  • Glossary
  • Contributing
  • About the Project
  • Recommended Links
  • Code of Conduct
  • Release Notes
Back to top
View this page

smia.utilities.aas_related_services_info module¶

class smia.utilities.aas_related_services_info.AASRelatedServicesInfo[source]¶

Bases: object

SMIA_ISM_ID = 'smia-ism'¶
AAS_SERVICE_TYPE_SUBMODEL_REGISTRY = 'SubmodelRegistryService'¶
AAS_SERVICE_TYPE_METAINFORMATION = 'MetaInformationManagementService'¶
AAS_SERVICE_TYPE_DISCOVERY = 'DiscoveryService'¶
AAS_DISCOVERY_SERVICE_GET_SM_BY_REF = 'GetSubmodelElementByReference'¶
AAS_DISCOVERY_SERVICE_GET_SM_VALUE_BY_REF = 'GetSubmodelElementValueByReference'¶
AAS_DISCOVERY_SERVICE_GET_AAS_INFO = 'GetAASInformationElement'¶
AAS_DISCOVERY_SERVICE_GET_SM_BY_ID = 'GetSubmodelBySubmodelID'¶
AAS_DISCOVERY_SERVICE_SET_SM_VALUE_BY_REF = 'SetSubmodelElementValueByReference'¶
AAS_INFRASTRUCTURE_SERVICE_TYPE_REGISTRY = 'RegistryService'¶
AAS_INFRASTRUCTURE_SERVICE_TYPE_DISCOVERY = 'DiscoveryService'¶
AAS_INFRASTRUCTURE_REGISTRY_SERVICE_REGISTER_SMIA = 'RegisterSMIAInstance'¶
AAS_INFRASTRUCTURE_REGISTRY_CSS_ELEMENTS = 'RegisterCSSElements'¶
AAS_INFRASTRUCTURE_DISCOVERY_SERVICE_GET_SMIA_BY_ASSET = 'GetSMIAInstanceIDByAssetID'¶
AAS_INFRASTRUCTURE_DISCOVERY_SERVICE_GET_ASSET_BY_SMIA = 'GetAssetIDBySMIAInstanceID'¶
AAS_INFRASTRUCTURE_DISCOVERY_SERVICE_GET_ALL_ASSET_BY_CAPABILITY = 'GetAllAssetIDByCapability'¶
AAS_INFRASTRUCTURE_DISCOVERY_SERVICE_GET_AAS_BY_ID = 'GetAssetAdministrationShellById'¶
Next
smia.utilities.fipa_acl_info module
Previous
smia.utilities.aas_model_extension_utils module
Copyright © 2026, Ekaitz Hurtado
Made with Furo
On this page
  • smia.utilities.aas_related_services_info module
    • AASRelatedServicesInfo
      • AASRelatedServicesInfo.SMIA_ISM_ID
      • AASRelatedServicesInfo.AAS_SERVICE_TYPE_SUBMODEL_REGISTRY
      • AASRelatedServicesInfo.AAS_SERVICE_TYPE_METAINFORMATION
      • AASRelatedServicesInfo.AAS_SERVICE_TYPE_DISCOVERY
      • AASRelatedServicesInfo.AAS_DISCOVERY_SERVICE_GET_SM_BY_REF
      • AASRelatedServicesInfo.AAS_DISCOVERY_SERVICE_GET_SM_VALUE_BY_REF
      • AASRelatedServicesInfo.AAS_DISCOVERY_SERVICE_GET_AAS_INFO
      • AASRelatedServicesInfo.AAS_DISCOVERY_SERVICE_GET_SM_BY_ID
      • AASRelatedServicesInfo.AAS_DISCOVERY_SERVICE_SET_SM_VALUE_BY_REF
      • AASRelatedServicesInfo.AAS_INFRASTRUCTURE_SERVICE_TYPE_REGISTRY
      • AASRelatedServicesInfo.AAS_INFRASTRUCTURE_SERVICE_TYPE_DISCOVERY
      • AASRelatedServicesInfo.AAS_INFRASTRUCTURE_REGISTRY_SERVICE_REGISTER_SMIA
      • AASRelatedServicesInfo.AAS_INFRASTRUCTURE_REGISTRY_CSS_ELEMENTS
      • AASRelatedServicesInfo.AAS_INFRASTRUCTURE_DISCOVERY_SERVICE_GET_SMIA_BY_ASSET
      • AASRelatedServicesInfo.AAS_INFRASTRUCTURE_DISCOVERY_SERVICE_GET_ASSET_BY_SMIA
      • AASRelatedServicesInfo.AAS_INFRASTRUCTURE_DISCOVERY_SERVICE_GET_ALL_ASSET_BY_CAPABILITY
      • AASRelatedServicesInfo.AAS_INFRASTRUCTURE_DISCOVERY_SERVICE_GET_AAS_BY_ID