Closed bwoodworth closed 4 years ago
I don't have the ability to change things on the ScreenLogic side, so no, this is not possible. The message that gets sent to SL must have both pool and spa specified.
You can emulate this on your side by first getting the salt cell levels with getSaltCellConfig()
, then using the existing level1
or level2
values in that message to pass along for pool or spa, respectively.
Thanks. We must work within the SL constraints.
The setSaltCellOutput function sets the pool and spa levels so you can't just send one level. Would it be possible to either create distinct functions for pool and spa or add the ability to pass null values to the existing function like this:
I'm not sure how the messages are sent to SL so this might not be possible, but it would make sense to allow just setting one at a time.