# ProfinetEndpoint

## `deviceName` (string, required)

Name of the Profinet Device

Example: `"egl-90"`

## `api` (integer, required)

Integer number describing identifying the application process

Default: `0`

Example: `0`

## `slot` (integer, required)

Slot number

Example: `1`

## `subSlot` (integer, required)

Sub-Slot number

Example: `0`

## `propertyName` (string)

Name of the property to read as defined in the GSD file

Example: `"actual value"`

## `propertyIndex` (integer)

Index of the property as defined in the GSD file

Example: `0`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cybus.io/1-7-2/documentation/industry-protocol-details/profinet/profinetendpoint.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
