From 3fdcbd1d1e5912d1495a53d7c9a2bb03ea70ad62 Mon Sep 17 00:00:00 2001 From: Alex Bucknall Date: Tue, 28 Oct 2025 17:07:41 +0000 Subject: [PATCH] test: add voltage on/off test cases for Notecard --- test/fluent_api/test_card.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/test/fluent_api/test_card.py b/test/fluent_api/test_card.py index 430024d..3106682 100644 --- a/test/fluent_api/test_card.py +++ b/test/fluent_api/test_card.py @@ -451,6 +451,20 @@ 'set': False } ), + ( + card.voltage, + 'card.voltage', + { + 'on': True + } + ), + ( + card.voltage, + 'card.voltage', + { + 'off': True + } + ), ( card.wireless, 'card.wireless',