From 47e1266c516f5c9a5895146ae58158a68dc26919 Mon Sep 17 00:00:00 2001 From: Kemal Ogun Isik Date: Mon, 9 Dec 2024 13:51:36 +0100 Subject: [PATCH 1/2] Add remote controller for Citysports WP2 --- Miscellaneous/Citysports/Citysports_WP2 | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Miscellaneous/Citysports/Citysports_WP2 diff --git a/Miscellaneous/Citysports/Citysports_WP2 b/Miscellaneous/Citysports/Citysports_WP2 new file mode 100644 index 00000000..51831e9c --- /dev/null +++ b/Miscellaneous/Citysports/Citysports_WP2 @@ -0,0 +1,22 @@ +Filetype: IR signals file +Version: 1 +# +# Citysports WP2 Electric Treadmill / Walking Pad +# +name: Power +type: parsed +protocol: NEC +address: 21 00 00 00 +command: 01 00 00 00 +# +name: Speed_Up +type: parsed +protocol: NEC +address: 21 00 00 00 +command: 02 00 00 00 +# +name: Speed_Down +type: parsed +protocol: NEC +address: 21 00 00 00 +command: 03 00 00 00 From c8e9a52b2717a85589d4421100018a7158dd543c Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 12 Dec 2024 09:22:55 +0100 Subject: [PATCH 2/2] Rename Citysports_WP2 to Citysports_WP2.ir --- Miscellaneous/Citysports/{Citysports_WP2 => Citysports_WP2.ir} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Miscellaneous/Citysports/{Citysports_WP2 => Citysports_WP2.ir} (100%) diff --git a/Miscellaneous/Citysports/Citysports_WP2 b/Miscellaneous/Citysports/Citysports_WP2.ir similarity index 100% rename from Miscellaneous/Citysports/Citysports_WP2 rename to Miscellaneous/Citysports/Citysports_WP2.ir