tuxmartin

Untitled

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