Tomer Figenblat

Results 41 comments of Tomer Figenblat

This is very good progress, sorry it took me so long to respond. The < 24-hour limit is per the limitation of the water heater I believe. If that's the...

[This](https://github.com/TomerFi/aioswitcher/blob/79acc8aededa15d3effb4dd566f9532d8b39aacd/src/aioswitcher/device/tools.py#L76) is the utility function that handles the conversion of the timedelta object to seconds and then to a hex representation. Currently, it is also in charge of enforcing the...

I was scratching my head all night thinking about how can make this work. I wanted to suggest specifying the auto-shutdown limit as a field in the [DeviceCategory](https://github.com/TomerFi/aioswitcher/blob/dev/src/aioswitcher/device/__init__.py#L25) or [DeviceType](https://github.com/TomerFi/aioswitcher/blob/dev/src/aioswitcher/device/__init__.py#L33)...

@YogevBokobza API Control device We need to determine whether any modifications are required for the [set_auto_shutdown](https://github.com/TomerFi/aioswitcher/blob/dev/src/aioswitcher/api/__init__.py#L258) function. Does it work for power plugs like it works for water heaters? Get...

> Let me know if you want to merge those APIs or not (Will be modified in https://github.com/TomerFi/aioswitcher/pull/833) Let's hold with the merge, we can live with two identical classes...

Can you please try running IntelliJ Idea from the terminal? ```shell /Applications/IntelliJ\ IDEA.app/Contents/MacOS/idea ```

You need to run _Goland_ using a _CLI Launcher_ and not as a _Gui App_. Follow [this doc](https://www.jetbrains.com/help/go/working-with-the-ide-features-from-command-line.html#toolbox) to generate the launcher and use it to run _Goland_. The issue...

Hey @gzgccsu Thank you for reporting. I think this will be resolved when https://github.com/redhat-developer/intellij-dependency-analytics/pull/107 get merged and released.

@gzgccsu A pre-release version is now available, hosting the latest snapshot. You can download and install it: https://github.com/redhat-developer/intellij-dependency-analytics/releases/tag/early-access That being said, I wasn't able to reproduce your reported error with...