Skip to main content

server.permanent

A table of permanent values passed between imp and agent at boot time

Availability

Device
DEPRECATED METHOD — DO NOT USE IN NEW CODE

Returns

Table

Description

This property is deprecated — please use server.save() and server.load(), which supersede it.

Though this property is deprecated, removing it altogether would cause users' existing code to stop working, so we currently have no plans to do so.

This property of the server object is a Squirrel table is populated with the data passed to server.setpermanentvalues(). It contains the values received from the server at boot time.