Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- INSERT INTO `node_types` (`id`, `type`, `title`, `description`, `readonly`, `writeonly`, `delay`, `data_width`, `data_count`) VALUES
- (15, '1', 'DV_BUTTON', 'Stisk', 1, 0, 0, 1, 1),
- (16, '2', 'DV_SWITCH', 'ON/OFF', 1, 0, 0, 1, 1),
- (17, '3', 'DV_LIGHT', 'ON/OFF', 1, 1, 0, 1, 1),
- (20, '6', 'DV_THERMOMETER', 'Teplota', 1, 0, 0, 8, 1),
- (21, '7', 'DV_PIEZZO', 'Delka pip.', 0, 1, 0, 1, 1),
- (29, '11', 'DV_FADER', 'Fader', 1, 0, 0, 8, 1);
Advertisement
Add Comment
Please, Sign In to add comment