-
Updated
May 27, 2022 - C
iot-platform
Here are 879 public repositories matching this topic...
-
Updated
Jun 2, 2022 - Java
-
Updated
May 30, 2022 - C++
-
Updated
May 26, 2022 - Python
-
Updated
May 24, 2022 - C#
-
Updated
May 24, 2022 - Java
When the device is powered off or offline, the alarm is pushed in the same way as in other cases
-
Updated
May 20, 2022 - Java
-
Updated
May 21, 2022 - C
FEATURE REQUEST
-
Is there an open issue addressing this request? If it does, please add a "+1" reaction to the
existing issue, otherwise proceed to step 2.
No. -
Describe the feature you are requesting, as well as the possible use case(s) for it.
Add endpoint for listing User keys to the Auth service. -
Indicate the importance of this feature to you (must-have, should-have,
Hi,
For safety use, it's better to have null check for all variables which are used in this function.
if (!_sessionPriv.$clientAlarmList) {
return;
}
↓
if (!_sessionPriv.$clientAlarmList
|| !_sessionPriv.$monitoredItemForAlarmList
|| !_sessionPriv.$subscriptionforAlarmList ) {
return;
}
-
Updated
Nov 11, 2021 - Java
-
Updated
Jun 1, 2022 - Java
-
Updated
Jun 2, 2022 - Java
-
Updated
Jan 19, 2022 - Python
-
Updated
Jun 2, 2022 - C#
Freedomotic supports more than 20 languages using Transifex.
We are searching contributors for new languages or existing translations.
Solution 1 (recommanded in particular for a new language)
- Join our team on Transifex https://www.transifex.com/freedomotic/freedomotic-open-source-buildi/
- Complete the translation
- Download the file .properties and submit a PR
Solution 2
- Wor
-
Updated
Jan 12, 2022
-
Updated
Jan 28, 2019 - Go
-
Updated
Oct 19, 2018 - JavaScript
-
Updated
Mar 25, 2020 - JavaScript
-
Updated
Apr 9, 2022 - JavaScript
-
Updated
Mar 4, 2022 - Python
The metadata column was added in Astarte 1.0, use it when exporting/importing data
-
Updated
Jun 1, 2022 - Vue
-
Updated
Jun 2, 2022 - TypeScript
-
Updated
Sep 3, 2020 - C++
Improve this page
Add a description, image, and links to the iot-platform topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the iot-platform topic, visit your repo's landing page and select "manage topics."
Blynk library version: master branch at 144a90f3bdb66c3b6c03cce0335c1f1e304d91d6
IDE: VS Code + PlatformIO
IDE version: 1.52.1
Board type: ESP8266
Additional modules: Arduino ESP8266
Scenario, steps to reproduce
Blynk.run()blocks if there is no internet connection on the network and connecting to a local server via SSL.According to my investigation, `BlynkArduinoClientSecure::conn