Refering to this question yaml-cpp read sequence in item
If the yaml looks like
sensors:
- id1:
hardwareId: 28-000005a32133
type: 1
- id2:
hardwareId: 28-000005a32132
type: 4
How to get the name of the sequence from the node ? Using the sensors node how can i get the names of id1 and id2 ?