Translations:Rule Examples/240/en: различия между версиями

Материал из Wiren Board
(Новая страница: «2. Description of the default configuration (when saving the form in the web interface, the values will be written to this file) : /etc/test-config.conf <syntaxhighlight lang="bash"> { "temperature_setpoint": 60, "humidity_setpoint": 14 } </syntaxhighlight>»)
 
(нет различий)

Текущая версия на 20:59, 21 сентября 2022

Определение сообщения (Rule Examples)
2. Описание конфигурации по умолчанию (при сохранении формы в веб интерфейсе, значения запишутся в этот файл) : /etc/test-config.conf
<syntaxhighlight lang="bash">
{
"temperature_setpoint": 60,
"humidity_setpoint": 14
}
</syntaxhighlight>

2. Description of the default configuration (when saving the form in the web interface, the values will be written to this file) : /etc/test-config.conf

{
"temperature_setpoint": 60,
"humidity_setpoint": 14
}