IPSymcon JSON API Wrapper 7.0 (IPS V7.0)
Loading...
Searching...
No Matches
test_ips_wrapper.php File Reference

Demo script for checking a running JSON API requires IPSymcon V6.0+. More...

Detailed Description

Demo script for checking a running JSON API requires IPSymcon V6.0+.

Version
1.2
Date
27.01.2024
See also
https://www.symcon.de/service/dokumentation/entwicklerbereich/datenaustausch/
https://www.tdressler.net/ipsymcon/ipsymcon_api.html
<?php
if (!function_exists('IPS_GetKernelVersion')) {
//we are outside of IPS and need the JSON wrapper
include('../ips_wrapper.php');
}
//now you can call ips functions as usual
print $version;
IPS_GetKernelVersion()
IPS_GetKernelVersion.
Definition ips_wrapper.php:4589