From 335631d3da5ff7def41a2980a4f8da575c0e0f54 Mon Sep 17 00:00:00 2001 From: najlepszytomasz Date: Wed, 27 Dec 2023 20:29:23 +0000 Subject: [PATCH] Update HP_printer_555/hp_smart_tank_plus_555_head_clean.ps1 --- HP_printer_555/hp_smart_tank_plus_555_head_clean.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HP_printer_555/hp_smart_tank_plus_555_head_clean.ps1 b/HP_printer_555/hp_smart_tank_plus_555_head_clean.ps1 index 6f0a398..a4c369a 100644 --- a/HP_printer_555/hp_smart_tank_plus_555_head_clean.ps1 +++ b/HP_printer_555/hp_smart_tank_plus_555_head_clean.ps1 @@ -18,7 +18,7 @@ $path_last_run = "$($location)/hp_clean_last_run" $path_log = "$($location)/hp_clean_log" $snmp_ver = "2c" $snmp_community = "public" -$snmp_code = "iso.3.6.1.2.1.43.10.2.1.4.1.1" # OID for printed pages durring actuall sesion +$snmp_code = "iso.3.6.1.2.1.43.10.2.1.4.1.1" # OID for printed pages $printer_ip = "" # printer IP $url = "http://$($printer_ip)/DevMgmt/InternalPrintDyn.xml" # url where we need to POST body for start HEAD cleaning. $body = "cleaningVerificationPage"