xref: /openbmc/sdbusplus/test/yaml/server/TestWithMethod.interface.yaml (revision 7c0fb15f6bca1fb107d4c55006a5eed9bd82b325)
1description: >
2    A test interface with a method
3methods:
4    - name: UpdateValue
5      parameters:
6          - name: updatedValue
7            type: int64
8      returns:
9          - name: status
10            type: boolean
11