Arduino: 1.8.19 (Windows 10), Плата:"Z-Wave>ME Z-Uno2, Russian, Disabled, Normal +0dBm"





















Arduino15\packages\Z-Uno2\hardware\zw_cm4f\3.0.7\cores\LLCore\LLCore.c:29:18: note: #pragma message: ZUNO_ASSEMBLY_TYPE == ZUNO_UNO

  #pragma message "ZUNO_ASSEMBLY_TYPE == ZUNO_UNO"

                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Arduino15\packages\Z-Uno2\hardware\zw_cm4f\3.0.7\cores\LLCore\LLCore.c:255:17: note: #pragma message: ZUNO_PIN_V==6

 #pragma message "ZUNO_PIN_V==6"

                 ^~~~~~~~~~~~~~~





zuno_garage.ino: In function 'void turnOnLight(byte)':

zuno_garage:125:30: error: 'ZUNO_SWITCHED_ON' was not declared in this scope

         g2SwitchBinarySetter(ZUNO_SWITCHED_ON);

                              ^~~~~~~~~~~~~~~~

zuno_garage.ino:125:30: note: suggested alternative: 'ZUNO_SWITCH_COLOR'

         g2SwitchBinarySetter(ZUNO_SWITCHED_ON);

                              ^~~~~~~~~~~~~~~~

                              ZUNO_SWITCH_COLOR

zuno_garage:131:30: error: 'ZUNO_SWITCHED_ON' was not declared in this scope

         g1SwitchBinarySetter(ZUNO_SWITCHED_ON);

                              ^~~~~~~~~~~~~~~~

zuno_garage.ino:131:30: note: suggested alternative: 'ZUNO_SWITCH_COLOR'

         g1SwitchBinarySetter(ZUNO_SWITCHED_ON);

                              ^~~~~~~~~~~~~~~~

                              ZUNO_SWITCH_COLOR

zuno_garage:135:30: error: 'ZUNO_SWITCHED_ON' was not declared in this scope

         g2SwitchBinarySetter(ZUNO_SWITCHED_ON);

                              ^~~~~~~~~~~~~~~~

zuno_garage.ino:135:30: note: suggested alternative: 'ZUNO_SWITCH_COLOR'

         g2SwitchBinarySetter(ZUNO_SWITCHED_ON);

                              ^~~~~~~~~~~~~~~~

                              ZUNO_SWITCH_COLOR

zuno_garage:141:30: error: 'ZUNO_SWITCHED_ON' was not declared in this scope

         g3SwitchBinarySetter(ZUNO_SWITCHED_ON);

                              ^~~~~~~~~~~~~~~~

zuno_garage.ino:141:30: note: suggested alternative: 'ZUNO_SWITCH_COLOR'

         g3SwitchBinarySetter(ZUNO_SWITCHED_ON);

                              ^~~~~~~~~~~~~~~~

                              ZUNO_SWITCH_COLOR

zuno_garage:147:30: error: 'ZUNO_SWITCHED_ON' was not declared in this scope

         g1SwitchBinarySetter(ZUNO_SWITCHED_ON);

                              ^~~~~~~~~~~~~~~~

zuno_garage.ino:147:30: note: suggested alternative: 'ZUNO_SWITCH_COLOR'

         g1SwitchBinarySetter(ZUNO_SWITCHED_ON);

                              ^~~~~~~~~~~~~~~~

                              ZUNO_SWITCH_COLOR

zuno_garage.ino: In function 'void turnOffLight(byte)':

zuno_garage:160:30: error: 'ZUNO_SWITCHED_OFF' was not declared in this scope

         g2SwitchBinarySetter(ZUNO_SWITCHED_OFF);

                              ^~~~~~~~~~~~~~~~~

zuno_garage.ino:160:30: note: suggested alternative: 'ZUNO_SWITCH_COLOR'

         g2SwitchBinarySetter(ZUNO_SWITCHED_OFF);

                              ^~~~~~~~~~~~~~~~~

                              ZUNO_SWITCH_COLOR

zuno_garage:166:30: error: 'ZUNO_SWITCHED_OFF' was not declared in this scope

         g1SwitchBinarySetter(ZUNO_SWITCHED_OFF);

                              ^~~~~~~~~~~~~~~~~

zuno_garage.ino:166:30: note: suggested alternative: 'ZUNO_SWITCH_COLOR'

         g1SwitchBinarySetter(ZUNO_SWITCHED_OFF);

                              ^~~~~~~~~~~~~~~~~

                              ZUNO_SWITCH_COLOR

zuno_garage:170:30: error: 'ZUNO_SWITCHED_OFF' was not declared in this scope

         g2SwitchBinarySetter(ZUNO_SWITCHED_OFF);

                              ^~~~~~~~~~~~~~~~~

zuno_garage.ino:170:30: note: suggested alternative: 'ZUNO_SWITCH_COLOR'

         g2SwitchBinarySetter(ZUNO_SWITCHED_OFF);

                              ^~~~~~~~~~~~~~~~~

                              ZUNO_SWITCH_COLOR

zuno_garage:176:30: error: 'ZUNO_SWITCHED_OFF' was not declared in this scope

         g3SwitchBinarySetter(ZUNO_SWITCHED_OFF);

                              ^~~~~~~~~~~~~~~~~

zuno_garage.ino:176:30: note: suggested alternative: 'ZUNO_SWITCH_COLOR'

         g3SwitchBinarySetter(ZUNO_SWITCHED_OFF);

                              ^~~~~~~~~~~~~~~~~

                              ZUNO_SWITCH_COLOR

zuno_garage:182:30: error: 'ZUNO_SWITCHED_OFF' was not declared in this scope

         g1SwitchBinarySetter(ZUNO_SWITCHED_OFF);

                              ^~~~~~~~~~~~~~~~~

zuno_garage.ino:182:30: note: suggested alternative: 'ZUNO_SWITCH_COLOR'

         g1SwitchBinarySetter(ZUNO_SWITCHED_OFF);

                              ^~~~~~~~~~~~~~~~~

                              ZUNO_SWITCH_COLOR

zuno_garage.ino: In function 'void loop()':

zuno_garage:201:76: error: 'ZUNO_SWITCHED_ON' was not declared in this scope

     zunoSendToGroupSetValueCommand(CTRL_GROUP_1, sunsetSensorBinaryState ? ZUNO_SWITCHED_ON : ZUNO_SWITCHED_OFF);

                                                                            ^~~~~~~~~~~~~~~~

zuno_garage.ino:201:76: note: suggested alternative: 'ZUNO_SWITCH_COLOR'

     zunoSendToGroupSetValueCommand(CTRL_GROUP_1, sunsetSensorBinaryState ? ZUNO_SWITCHED_ON : ZUNO_SWITCHED_OFF);

                                                                            ^~~~~~~~~~~~~~~~

                                                                            ZUNO_SWITCH_COLOR

zuno_garage:201:95: error: 'ZUNO_SWITCHED_OFF' was not declared in this scope

     zunoSendToGroupSetValueCommand(CTRL_GROUP_1, sunsetSensorBinaryState ? ZUNO_SWITCHED_ON : ZUNO_SWITCHED_OFF);

                                                                                               ^~~~~~~~~~~~~~~~~

zuno_garage.ino:201:95: note: suggested alternative: 'ZUNO_SWITCH_COLOR'

     zunoSendToGroupSetValueCommand(CTRL_GROUP_1, sunsetSensorBinaryState ? ZUNO_SWITCHED_ON : ZUNO_SWITCHED_OFF);

                                                                                               ^~~~~~~~~~~~~~~~~

                                                                                               ZUNO_SWITCH_COLOR





exit status 10

'ZUNO_SWITCHED_ON' was not declared in this scope



Этот отчёт будет иметь больше информации с
включенной опцией Файл -> Настройки ->
"Показать подробный вывод во время компиляции"
