Guy Luz
Guy Luz
Currently you can log into the app in two ways By setting a CBJ hub the app detected it in the local network and connect to it. By opening demo...
Please update packages to the last version
I have opened an issue for that in the snapcraft forum https://forum.snapcraft.io/t/error-executing-systemctl-suspend-inside-the-snap/32186/2
Currently the app using the `print` method but it is not recommended for productions and we get the following warning `Avoid "print" calls in production code.` So we need a...
When user change WiFi network for the device the software need to be restarted in order to accept firedart steam network requests again. Currently the restart does not happens automatically.
After number of days the network connections stop working only inside the snap. Running `sudo systemctl status -n 100 snap.smart-home.smart-home` return the following: `Warning: journal has been rotated since unit...
We have permissions system code that need to be connected to the requests to execute 'wishes'. The permissions system can be found in the file [permissions_manager.dart](https://github.com/CyBear-Jinni/CBJ_Smart-Device/blob/master/SmartDeviceDart/lib/core/permissions/permissions_manager.dart) and will bock users...
The [WishEnum](https://github.com/CyBear-Jinni/CBJ_Smart-Device/blob/master/SmartDeviceDart/lib/features/smart_device/domain/entities/core_e/enums_e.dart) list right now doesn't have the functionality of setting `wish` to be executed on specific date/timer function. Example for use: Turning the light on every day in 18:00...
Currently buttons support only `Pull Up`, pin to GND. We can add support for `Pull Down`, pin to (usually) 3.3V . The feature should be add to [ButtonObjectLocalU.dart](https://github.com/CyBear-Jinni/CBJ_Smart-Device/blob/master/SmartDeviceDart/lib/features/smart_device/application/usecases/button_object_u/button_object_local_u.dart) with a...