rtapi
rtapi copied to clipboard
Racktables API
If you accidentally try to put string data to uint attribute (or vice-versa) through InsertAttribute (new attribute, not existing one), it will happily pass it, put it in the DB,...
When using AddObject without asset_no (doesn't matter if None or 'NULL'), it will try to pass it in quotes (e.g. 'None'), which will work for one object, but fail for...
Hi, I really like the possibility to interact with the racktables database from Python. However, I'm currently missing Location, Row and Rack data which are vital for the project I'm...