/[pxelator]/couchdb/amt/views/ip-SystemPowerState/map.js
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /couchdb/amt/views/ip-SystemPowerState/map.js

Parent Directory Parent Directory | Revision Log Revision Log


Revision 376 - (show annotations)
Sun Aug 30 15:22:41 2009 UTC (14 years, 7 months ago) by dpavlin
File MIME type: application/javascript
File size: 127 byte(s)
toggle power state using amt
1 function(doc) {
2 if ( doc.package.name == 'amt' && doc.package.caller == 'power_state')
3 emit(doc.ip,doc.SystemPowerState);
4 }

  ViewVC Help
Powered by ViewVC 1.1.26