Displaying 1 result from an estimated 1 matches for "bcmxcp_alarm_building_alarm_1".
2006 Jun 02
2
NUT shutdown on 'building alarm' (
...C, the thermostat contacts 
close, and the UPS signals 'Building Alarm 1'.
I have browsed the NUT source code, and it appears that the driver itself 
can detect this. But it also appears that there is a commented-out 
alarm_init() stub function:
drivers/bcmxcp.c
   ...
   bcmxcp_alarm_map[BCMXCP_ALARM_BUILDING_ALARM_1].alarm_desc = "BUILDING_ALARM_1";
   ...
   /* alarm_init(); Alarms are not supported by NUT */
I browsed the docs:
docs/new-drivers.txt:
   There is no official list of alarm words as of this writing, so don't
   use these functions until you check with the upsdev list.
So I am ch...