-- extracted from draft-schaufenbuel-x10-mib-00.txt -- at Mon Nov 15 17:10:37 1999 X10-Proxy-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE, Integer32 FROM SNMPv2-SMI; x10ProxyMIB MODULE-IDENTITY LAST-UPDATED "9903210000Z" ORGANIZATION "DePaul University" CONTACT-INFO " Bradley J. Schaufenbuel Postal: 5009 Cornell Avenue Downers Grove, Illinois 60515-4314 Tel: +1 630 435 5887 E-Mail: bschaufe@shrike.depaul.edu" DESCRIPTION "The MIB module for managing X10 devices via SNMP proxy agents." ::= { experimental xx } x10Objects OBJECT IDENTIFIER ::= { x10ProxyMIB 1 } x10HouseCode OBJECT-TYPE SYNTAX Integer32 (0..15) MAX ACCESS read-only STATUS current DESCRIPTION "The house code identifies the X10 network ID of the managed device. Possible values are as follows: Value H1 H2 H4 H8 Dec A 0 1 1 0 6 B 1 1 1 0 7 C 0 0 1 0 4 D 1 0 1 0 5 E 0 0 0 1 8 F 1 0 0 1 9 G 0 1 0 1 10 H 1 1 0 1 11 I 0 1 1 1 14 J 1 1 1 1 15 K 0 0 1 1 12 L 1 0 1 1 13 M 0 0 0 0 0 N 1 0 0 0 1 O 0 1 0 0 2 P 1 1 0 0 3" ::= { x10Objects 1 } x10NumberCode OBJECT-TYPE SYNTAX Integer32 (0..15) MAX-ACCESS read-only STATUS current DESCRIPTION "The number code identifies the x10 node address of the managed device. Possible values are as follows: Value D1 D2 D4 D8 D16 Dec ----- -- -- -- -- --- --- 1 0 1 1 0 0 6 2 1 1 1 0 0 7 3 0 0 1 0 0 4 4 1 0 1 0 0 5 5 0 0 0 1 0 8 6 1 0 0 1 0 9 7 0 1 0 1 0 10 8 1 1 0 1 0 11 9 0 1 1 1 0 14 10 1 1 1 1 0 15 11 0 0 1 1 0 12 12 1 0 1 1 0 13 13 0 0 0 0 0 0 14 1 0 0 0 0 1 15 0 1 0 0 0 2 16 1 1 0 0 0 3" ::= { x10Objects 2 } x10FunctionCode OBJECT-TYPE SYNTAX Integer32 (16..31) MAX-ACCESS read-write STATUS current DESCRIPTION "The function code identifies the action that should be performed. Possible values are as follows: Value D1 D2 D4 D8 D16 Dec ---------------------- -- -- -- -- --- ----- All Units Off 0 0 0 0 1 16 All Lights On 0 0 0 1 1 24 On 0 0 1 0 1 20 Off 0 0 1 1 1 28 Dim 0 1 0 0 1 18 Bright 0 1 0 1 1 26 All Lights Off 0 1 1 0 1 22 Extended Code 0 1 1 1 1 30 Hail Request 1 0 0 0 1 17 Hail Acknowledge 1 0 0 1 1 25 Pre-Set Dim 1 0 1 X 1 21/29 Extended Data (Analog) 1 1 0 0 1 19 Status=On 1 1 0 1 1 27 Status=Off 1 1 1 0 1 23 Status Request 1 1 1 1 1 31" ::= { x10Objects 3 } -- NOTE: this END was not present in draft-schaufenbuel-x10-mib-00.txt, -- but this does appear to be the end of the MIB. -- (the next line is '5. Security Considerations') END