xref: /openbmc/sdbusplus/test/yaml/server/Test2.interface.yaml (revision 7c0fb15f6bca1fb107d4c55006a5eed9bd82b325)
1description: >
2    A test interface
3properties:
4    - name: NewValue
5      type: int64
6    - name: OtherValue
7      type: int64
8      flags:
9          - const
10signals:
11    - name: OtherValueChanged
12      properties:
13          - name: Value
14            type: int64
15