Type: "range" и параметр min

Столкнулся со странной проблемой: внутри виртуального устройства пытаюсь сделать range с заданными min и max (согласно документации такие параметры у range есть)

Добавляю что то типа:

...
    "CO2 target" : {
         type: "range",
         min: 400,
         max: 1000,
         value: 450,
         forceDefault: true 
    }

Получаю range, но от 0 до 1000. То есть “min” не отрабатывает. Попробовал на другом контроллере и даже на другой версии софта с тем-же результатом – min не работает

Подскажите пожалуйста как без дополнительного велосипединга получить ячейку range с заданным минимальным значением?

Добрый день.
А какой релиз ПО установлен на контроллере?
min работает в актуальном, если релиз старый - обновите.

Резлиз вот такой

root@wirenboard-A2OU2J3E:~# wb-release
Wirenboard release wb-2207-bullseye-transition (as stable), target wb6/stretch

При попытке обновиться выдает:

root@wirenboard-A2OU2J3E:~# apt-get update
Ign:1 http://deb.debian.org/debian stretch InRelease                                                              
Ign:2 http://security.debian.org stretch/updates InRelease                                                        
Ign:3 http://deb.debian.org/debian stretch-updates InRelease                                             
Err:4 http://security.debian.org stretch/updates Release                                                 
  404  Not Found [IP: 151.101.242.132 80]
Get:5 http://deb.wirenboard.com/wb6/stretch stable InRelease [3938 B]         
Err:6 http://deb.debian.org/debian stretch Release                                  
  404  Not Found [IP: 151.101.242.132 80]
Err:7 http://deb.debian.org/debian stretch-updates Release                          
  404  Not Found [IP: 151.101.242.132 80]
Ign:8 http://cdn-fastly.deb.debian.org/debian stretch-backports InRelease   
Err:9 http://cdn-fastly.deb.debian.org/debian stretch-backports Release
  404  Not Found [IP: 151.101.242.132 80]
Get:10 http://deb.wirenboard.com/wb6/stretch stable/main armhf Packages [48.0 kB]
Reading package lists... Done       
N: Ignoring file 'index.html' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
E: The repository 'http://security.debian.org stretch/updates Release' does no longer have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://deb.debian.org/debian stretch Release' does no longer have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://deb.debian.org/debian stretch-updates Release' does no longer have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://http.debian.net/debian stretch-backports Release' does no longer have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

Видимо надо пробовать с FIT-файлом
Вопрос: а как сохранить/перенести permanent storage при апгрейде через FIT файлы?