This is a legacy guide for Power Manager v4, published 2010 – 2019, and is provided for reference only.
The latest guide is for Power Manager v5.10.4.

Scripting the Notifications

Example 4.1. Change the Notify Period

Changes the notify period to ten minutes.

tell application "Power Manager"
    tell Notifications
        set notify period to (60 * 10)
    end tell
end tell