From 16d47968b4938f3b60b97f374d45ad39bb0071b1 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Sun, 11 Dec 2022 01:25:29 +0300 Subject: lws: inverter: allow changing osp --- localwebsite/htdocs/index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'localwebsite/htdocs/index.php') diff --git a/localwebsite/htdocs/index.php b/localwebsite/htdocs/index.php index 0a4e8c5..d1fc0fd 100644 --- a/localwebsite/htdocs/index.php +++ b/localwebsite/htdocs/index.php @@ -19,6 +19,7 @@ $router->add('sms/', 'Modem sms'); // inverter $router->add('inverter/', 'Inverter status_page'); +$router->add('inverter/set-osp/', 'Inverter set_osp'); $router->add('inverter/status.ajax', 'Inverter status_ajax'); // misc -- cgit v1.2.3