How to request a custom picker?
Please do not leave any likes to these requests, i’ll use the like to mark if it’s done!).
You can like this Topic tho
To request a custom picker/list for the Advanced Virtual Devices from the Device Capabilities App, please leave a post on this topic, in the below given format and make sure to place it in a preformatted-text ()!
Please note: You can also request a ternary (3 buttons exactly), but you need to make that very clear!
This is only usefull so you have the correct values in the ternary, the 3 buttons are always the same
After i have added it to the App, i’ll leave a like, which will mean it in in Test !
Each new picker has to go through the App submition validation.
You need to deliver the next, based on your needs ofc, in EN, NL and DE:
And you need
"title": {
"en": "Schedule, Until, Manual, Off Until, Off"
},
"values": [
{
"id": "smartschedule",
"title": {
"en": "Follow Smart Schedule",
"nl": "Volg slim schema",
"de": "Dem intelligenten Zeitplan folgen"
}
},
{
"id": "untilnextblock",
"title": {
"en": "Until next time block",
"nl": "Tot aan volgend tijdsblok",
"de": "Bis zum nächsten Zeitblock"
}
},
{
"id": "manual",
"title": {
"en": "Manual",
"nl": "Handmatig",
"de": "Manuell"
}
},
{
"id": "offuntilnextblock",
"title": {
"en": "Off until next time block",
"nl": "Uit tot aan volgend tijdsblok",
"de": "Aus bis zum nächsten Zeitblock"
}
},
{
"id": "off",
"title": {
"en": "Off",
"nl": "Uit",
"de": "Aus"
}
}
]