
macro setup
  module pantasks.pro
  module addstar.pro

  add.database gpc1
  add.label dummy
  set.poll 180
end


macro addstar.revert.on
  task addstar.revert
    active true
  end
end

macro addstar.revert.off
  task addstar.revert
    active false
  end
end
