diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-12-11 01:25:29 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-12-11 01:25:29 +0300 |
commit | 16d47968b4938f3b60b97f374d45ad39bb0071b1 (patch) | |
tree | aca9209fc72c4a662822b8a53e7b04db67e30715 /localwebsite/htdocs/index.php | |
parent | 769a66f21d6d701dc72c849e98494a77adcf8024 (diff) |
lws: inverter: allow changing osp
Diffstat (limited to 'localwebsite/htdocs/index.php')
-rw-r--r-- | localwebsite/htdocs/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
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 |