Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug]: default for text-field not working #2807

Open
1 task done
SVallant opened this issue Nov 15, 2024 · 0 comments
Open
1 task done

[bug]: default for text-field not working #2807

SVallant opened this issue Nov 15, 2024 · 0 comments

Comments

@SVallant
Copy link

No existing issues.

  • There is no existing issue for my problem.

Describe the bug

default text on text-fields in "telegram"-panel of minuaru-Adapter not shown

To Reproduce

checkout https://github.com/minukodu/ioBroker.minuaru/tree/V200rc
start iobroker/dev-server
add instance of minuaru if not already there
goto instance settings of minuaru/telegram settings

Expected behavior

default text should be shown.
e.g. "text for telegram for alarm comes, use %NL% for new line" should be: '
"🔴 %ALARMCLASS%%NL%%ALARMTEXT%%NL%Room: %ALARMAREA%"

Screenshots & Logfiles

jsonConfig:
"telegram.alarm_textComes": { "type": "text", "maxLength": 255, "default": "🔴 %ALARMCLASS%%NL%*%ALARMTEXT%*%NL%Room: %ALARMAREA%", "help": "text for telegram for alarm comes, use %NL% for new line", "xs": 12, "sm": 12, "md": 12, "lg": 12, "xl": 12 },

image

Adapter version

7.3.1

js-controller version

7.0.3

Node version

v20.18.0

Operating system

Ubuntu 24.04.1 LTS

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants