i´m using the node-hue-api to control my hue system. Depending on brightness i automatically call different scenes. This all works fine.
But when i change a scene at the iOS app from Philips (because e.g. i added a philips go to my scenes) i have a new scene with different id but same name within my list. Actually i have no idea how to identify, which scene is the newest one to use it. Does anyone has a hint how to solve this problem?
{ id: '197bac2ca-on-0',
name: 'Computer Arbeit ',
lights: [ '2', '3', '4', '5', '6', '7', '8', '9', '10' ],
active: true }
{ id: '15ecdb18b-on-0',
name: 'Computer Arbeit ',
lights: [ '2', '3', '4', '5', '6', '7', '8' ],
active: true }
{ id: '389a393d6-on-0',
name: 'Computer Arbeit ',
lights: [ '2', '3', '4', '5', '6', '7', '8' ],
active: true }