[hdpowerview] Add new signal strength channel (#11198)

* Add new signal strength channel.

Fixes #11197

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This commit is contained in:
jlaur
2021-09-04 15:49:33 +02:00
committed by GitHub
parent 3a36b1e70d
commit 0087c8c828
6 changed files with 9 additions and 1 deletions

View File

@@ -355,6 +355,8 @@ public class HDPowerViewJUnitTests {
pos = shadePos.getState(PRIMARY_ACTUATOR, VANE_COORDS);
assertEquals(UnDefType.class, pos.getClass());
assertEquals(4, shadeData.signalStrength);
} catch (JsonParseException e) {
fail(e.getMessage());
}