Ole H.
Ole H.
its line 250 instead of 249
Take a look into the API documentation under point 5.) https://phpipam.net/api/api_reference/ adding and editing multiple at once does not seem to be possible. You could instead try to do it...
Heres a python script which will read a csv file containing vlan information and send them to the api. For this to work you need to install the requests module...
Sorry for the late reply this is caused by the Number being surrounded by symbols which are not needed (" in particular). take a look at the example i posted...
If you replaced the MicroProbe V1 with a V2 you need to invert the z Endstop pin on my manta m4p it's the following ```yaml [probe] pin: ^!PC14 # ^PC14...
Hello @odesenfans I think the logs are no good for what @mosquito would need. He needs the packet content from some specific packages. The log you provided just contains what...
You could take a look at `class JsonRPC(RPC):` in `aio_pika/patterns/rpc.py` Where you can pass json directly.