Andre Fuechsel
Andre Fuechsel
I have the same issue. I set up `maestral` to connect to two accounts and deleted the default account with `maestral config-files --clean` (side note: unfortunately it is re-created each...
Although JSON-P and -B is a Java standard, it is IMHO a JEE (sorry. JakartaEE) standard. As we are not using JEE but JavaSE I would not replace GSON with...
@JochenHiller I think the dependencies are mainly due to the fact, that JSON libs are JEE and not JSE. JSE just does not provide these dependencies.
@flaviocosta-net one more point for NOT adding the JEE libs to a JSE runtime.
@mdicke2s I would opt for `minMaxStepUnit`. Otherwise the min/,ax values would be strings and could not easily be used for comparison.
For simplicity I would go with always converting the values but looking at the broken values it might be better and more user friendly to have different min/max/step values per...
@J-N-K well, from my POV step calculation would be just as simple as taking the offset into account. So a step of 1°C would be 33,8°F - 32 = 1,8°F.
And what would happen, if the requested unit is not on the list `ext-state`? Will it be converted? BTW:, there is a typo in your example: "ext-sate"
Having skimmed most of the discussion above I'd like to see a simple example with some real device to understand the proposal better. So for example take a camera with...
@lolodomo For me this looks like a good approach. But we may rethink the "parameterCategory", I would like to have THING_HANDLER, DEVICE and BOTH, because there may be some configuration...