Is there any way of making sure @Device references a specific device without using DeviceBrowser?
I have a page of miscellaneous settings for the heating and on that page are a number of parameters for different devices. Some of them have times and/or lists of zones to configure. Ideally I want to push a page that has time edit ability and another than cherry picks a list of zones. The time editor and zone cherry picker exist but both work usng @Device.xxx parameters so need to know which device I want them to edit. I want to force set @Device before I push the editor page.
The only way around it I have at the moment is rather messy, using a device group containing the items with some heavily customised templates that edit just the zone list and times.