From 95e82e54a8b2115b26c66a2e7fe3bf08ee9e8400 Mon Sep 17 00:00:00 2001 From: Junior Date: Sat, 10 Jan 2026 16:25:11 -0500 Subject: [PATCH] Add and comment out line pushing button events to log file --- actionbutton.php | 1 + 1 file changed, 1 insertion(+) diff --git a/actionbutton.php b/actionbutton.php index 0a3f32d..f2add63 100644 --- a/actionbutton.php +++ b/actionbutton.php @@ -5,6 +5,7 @@ $targets = [1, 2, 3]; $command = 0x00; +//file_put_contents("buttonlog.txt", date('Y-m-d H:i:s')."\n", FILE_APPEND); foreach ( $targets as $target ) { $target = intval($target); $unique = mt_rand(1, 2000000000);