
19
Network Monitor Signal Tower with MP3 NH-FV Series Instruction Manual - Amazon Web Services (AWS) Procedure -
8.Fields and descriptions
8.3. Device Shadow Function - Field Name List
No.
Field name
Data type
Value
Description
1
led_red
integer
0: Light off
1: Light on
2: Flashing 1
3: Flashing 2
9: State maintained (no change)
LED Unit (red)
2
led_yellow
LED Unit (amber)
3
led_green
LED Unit (green)
4
led_blue
LED Unit (blue)
5
led_white
LED Unit (white)
6
buz_pattern
0: Stop
1: Pattern 1
2: Pattern 2
3: Pattern 3
4: Pattern 4
9: State maintained (no change)
Buzzer control
7
sound_pattern
0: Stop, 1 to 70: Channel number
Audio channel
8
digital_output
0: OFF
1: ON
9: State maintained (no change)
Digital output
Example
●Notification that green LED unit is on and audio channel 50 is playing
●Control to stop playing audio channel and turn ON digital output
"state": {
"reported": {
"led_red": 0,
"led_yellow": 0,
"led_green": 1,
"led_blue": 0,
"led_white": 0,
"buz_pattern": 0,
"sound_pattern": 50,
"digital_output": 0
}
}
"state": {
"desired": {
"sound_pattern": 0,
"digital_output": 1
}
}
Cautio
n
This will not run if an invalid value is specified.