hakan ozdemir
hakan ozdemir
I'm trying to send data as follows in **sendFcm** method; `return FcmMessage::create() ->setData(['type' => 'xxx', 'id' => 21465]) ->setNotification(\NotificationChannels\Fcm\Resources\Notification::create() ->setTitle('a title') ->setBody('a body') ) ->setAndroid(AndroidConfig::create() ->setFcmOptions(AndroidFcmOptions::create()->setAnalyticsLabel('analytics')) ->setNotification(AndroidNotification::create()->setColor('#0A0A0A')) ) ->setApns(ApnsConfig::create()->setFcmOptions(ApnsFcmOptions::create()->setAnalyticsLabel('analytics_ios')));` but...
when i upload the sketch into board it gives the following error; esptool.py v3.0-dev Serial port /dev/cu.usbmodem52870179151 Connecting........_ Chip is ESP32-D0WDQ6 (revision 1) Features: WiFi, BT, Dual Core, 240MHz, VRef...
When using TextArea fields, I noticed that on iOS, the characters I type are getting deleted automatically. This behavior is not observed on other platforms. | Software | Version(s) |...
### Describe the Bug / 描述问题 While attempting to integrate my Xiaomi Home devices into Home Assistant using the official Xiaomi Home integration, I encountered an issue: My camera with...