ljswitchboard-ljm_special_addresses
Version:
This module allows Kipling to interface with LJM's special address/specific ip feature.
20 lines (13 loc) • 364 B
JavaScript
exports.data = [{
'ip': '192.168.2.1',
'comments': ['IP 1, Comment 1', 'IP 1, Comment 2'],
}, {
'ip': '192.168.2.2',
'comments': ['IP 2, Comment 1', 'IP 2, Comment 2', 'IP 2, Comment 3??'],
}, {
'ip': '192.168.2.3',
'comments': ['IP 3, Comment 1', 'IP 3, Comment 2'],
}, {
'ip': '192.168.2.4',
'comments': ['IP 4, Comment 1', 'IP 4, Comment 2'],
}];