dnehring7
dnehring7
Seems to be a pushover-notifications problem: sendTo("pushover.0", { message: 'Test1', title: 'ioBroker', device: 'mydevice', }); Send the requests to all devices, not only "mydevice". `2022-06-27 15:46:46.140 - info: pushover.0 (1563)...
Please implement a foldable collection hierarchy like the native bitwarden client (Web or Desktop App). Example: + Customer + customer1 + location1 + location2 + customer2 + customer3 Currently, the...
**Description** The #[derive(OpenApi)] macro generates code that triggers a clippy warning for needless_for_each, which cannot be suppressed at the derive site and requires a module-level #![allow(clippy::needless_for_each)] to silence. **Steps to...