From e92bb2e55336d3a02150767532e70ba1894f49d9 Mon Sep 17 00:00:00 2001 From: James Brundage <@github.com> Date: Mon, 15 Jul 2024 23:23:11 -0700 Subject: [PATCH] feat: Twinkly '.LightCount' aliased to '.number_of_led' ( Fixes #140 ) --- Types/Twinkly/Alias.psd1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Types/Twinkly/Alias.psd1 b/Types/Twinkly/Alias.psd1 index b1677bc..9b9dcf8 100644 --- a/Types/Twinkly/Alias.psd1 +++ b/Types/Twinkly/Alias.psd1 @@ -1,3 +1,4 @@ @{ - DeviceName = 'device_name' + DeviceName = 'device_name' + LightCount = 'number_of_led' } \ No newline at end of file