You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tasmota binary firmware version number used: _____
Pre-compiled
Self-compiled
Flashing tools used: _____
Provide the output of command: Backlog Template; Module; GPIO 255:
Configurationoutputhere:
If using rules, provide the output of this command: Backlog Rule1; Rule2; Rule3:
Rulesoutputhere:
Provide the output of this command: Status 0:
STATUS0outputhere:
Set weblog to 4 and then, when you experience your issue, provide the output of the Console log:
Consoleoutputhere:
TO REPRODUCE
Steps to reproduce the behavior:
EXPECTED BEHAVIOUR
A clear and concise description of what you expected to happen.
SCREENSHOTS
If applicable, add screenshots to help explain your problem.
ADDITIONAL CONTEXT
Add any other context about the problem here.
(Please, remember to close the issue when the problem has been addressed)
When I add
#ifndef USE_ZIGBEE
#define USE_ZIGBEE
#endif
to the user_config_override.ini
I get a compile error
/workspace/Tasmota/tasmota/xdrv_23_zigbee_B_APSys.ino:210:62: error: no 'void ZCLFrame::parseAPSAttributes(Z_attribute_list&)' member function declared in class 'ZCLFrame'
void ZCLFrame::parseAPSAttributes(Z_attribute_list& attr_list) {
^
The text was updated successfully, but these errors were encountered:
PROBLEM DESCRIPTION
A clear and concise description of what the problem is.
REQUESTED INFORMATION
Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!
Backlog Template; Module; GPIO 255
:Backlog Rule1; Rule2; Rule3
:Status 0
:weblog
to 4 and then, when you experience your issue, provide the output of the Console log:TO REPRODUCE
Steps to reproduce the behavior:
EXPECTED BEHAVIOUR
A clear and concise description of what you expected to happen.
SCREENSHOTS
If applicable, add screenshots to help explain your problem.
ADDITIONAL CONTEXT
Add any other context about the problem here.
(Please, remember to close the issue when the problem has been addressed)
When I add
#ifndef USE_ZIGBEE
#define USE_ZIGBEE
#endif
to the user_config_override.ini
I get a compile error
/workspace/Tasmota/tasmota/xdrv_23_zigbee_B_APSys.ino:210:62: error: no 'void ZCLFrame::parseAPSAttributes(Z_attribute_list&)' member function declared in class 'ZCLFrame'
void ZCLFrame::parseAPSAttributes(Z_attribute_list& attr_list) {
^
The text was updated successfully, but these errors were encountered: